Skip to content
This repository was archived by the owner on Apr 12, 2022. It is now read-only.

Commit 3a6a043

Browse files
authored
chore: upgrade to gapic-generator-python 0.40.10 (#23)
fix: ignore unknown fields returned from server for REST
1 parent 8bde5a6 commit 3a6a043

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,8 @@ pip_repositories()
231231

232232
http_archive(
233233
name = "gapic_generator_python",
234-
strip_prefix = "gapic-generator-python-0.40.9",
235-
urls = ["https://github.com/googleapis/gapic-generator-python/archive/v0.40.9.zip"],
234+
strip_prefix = "gapic-generator-python-0.40.10",
235+
urls = ["https://github.com/googleapis/gapic-generator-python/archive/v0.40.10.zip"],
236236
)
237237

238238
load(

0 commit comments

Comments
 (0)