From 1c72855510a51870342e2c3f039571283b7a4534 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Wed, 20 Oct 2021 19:51:11 -0400 Subject: [PATCH] fix(deps): require proto-plus 1.15.0 (#81) --- setup.py | 2 +- testing/constraints-3.6.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e171bd2..7c235f0 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ # Until this issue is closed # https://github.com/googleapis/google-cloud-python/issues/10566 "google-api-core[grpc] >= 1.26.0, <3.0.0dev", - "proto-plus >= 1.4.0", + "proto-plus >= 1.15.0", "packaging >= 14.3", ), python_requires=">=3.6", diff --git a/testing/constraints-3.6.txt b/testing/constraints-3.6.txt index 22b1805..a1b329d 100644 --- a/testing/constraints-3.6.txt +++ b/testing/constraints-3.6.txt @@ -20,6 +20,6 @@ # e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev", # Then this file should have foo==1.14.0 google-api-core==1.26.0 -proto-plus==1.4.0 +proto-plus==1.15.0 packaging==14.3 google-auth==1.24.0 # TODO: remove when google-auth>=1.25.0 is required through google-api-core