Skip to content

Commit dd372aa

Browse files
Google APIscopybara-github
authored andcommitted
fix: remove client recv msg limit
fix: add enums to `types/__init__.py` PiperOrigin-RevId: 347055288
1 parent 6d65640 commit dd372aa

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

WORKSPACE

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,11 +238,10 @@ load("@rules_python//python:pip.bzl", "pip_repositories")
238238

239239
pip_repositories()
240240

241-
# Change upstream repository once PR is merged
242241
http_archive(
243242
name = "gapic_generator_python",
244-
strip_prefix = "gapic-generator-python-0.35.9",
245-
urls = ["https://github.com/googleapis/gapic-generator-python/archive/v0.35.9.zip"],
243+
strip_prefix = "gapic-generator-python-0.37.1",
244+
urls = ["https://github.com/googleapis/gapic-generator-python/archive/v0.37.1.zip"],
246245
)
247246

248247
load(

0 commit comments

Comments
 (0)