From dd372aa22ded7a8ba6f0e03a80e06358a3fa0907 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Fri, 11 Dec 2020 12:44:37 -0800 Subject: [PATCH] fix: remove client recv msg limit fix: add enums to `types/__init__.py` PiperOrigin-RevId: 347055288 --- WORKSPACE | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index f7e6f173..8d69bd2c 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -238,11 +238,10 @@ load("@rules_python//python:pip.bzl", "pip_repositories") pip_repositories() -# Change upstream repository once PR is merged http_archive( name = "gapic_generator_python", - strip_prefix = "gapic-generator-python-0.35.9", - urls = ["https://github.com/googleapis/gapic-generator-python/archive/v0.35.9.zip"], + strip_prefix = "gapic-generator-python-0.37.1", + urls = ["https://github.com/googleapis/gapic-generator-python/archive/v0.37.1.zip"], ) load(