From 1d13c415df457a87153a6fca202003fa83e56093 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 26 May 2022 15:40:17 -0400 Subject: [PATCH] fix(deps): require protobuf>= 3.15.0, <4.0.0dev (#315) fix(deps): require google-api-core[grpc] >= 1.31.5 --- setup.py | 4 ++-- testing/constraints-3.6.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 56d9df60..736e13d9 100644 --- a/setup.py +++ b/setup.py @@ -36,10 +36,10 @@ long_description=README, platforms="Posix; MacOS X", include_package_data=True, - install_requires=("protobuf >= 3.19.0",), + install_requires=("protobuf >= 3.19.0, <4.0.0dev",), extras_require={ "testing": [ - "google-api-core[grpc] >= 1.22.2", + "google-api-core[grpc] >= 1.31.5", ], }, python_requires=">=3.6", diff --git a/testing/constraints-3.6.txt b/testing/constraints-3.6.txt index 852feeef..849c8e7c 100644 --- a/testing/constraints-3.6.txt +++ b/testing/constraints-3.6.txt @@ -5,5 +5,5 @@ # # 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.22.2 +google-api-core==1.31.5 protobuf==3.19.0