Skip to content

Commit 83e3b7c

Browse files
authored
fix(deps): allow protobuf 3.19.5 (#1720)
* fix(deps): allow protobuf 3.19.5 * explicitly exclude protobuf 4.21.0
1 parent b43851c commit 83e3b7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
install_requires=(
131131
"google-api-core[grpc] >= 1.32.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*",
132132
"proto-plus >= 1.22.0, <2.0.0dev",
133-
"protobuf >= 3.20.2, <5.0.0dev",
133+
"protobuf>=3.19.5,<5.0.0dev,!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
134134
"packaging >= 14.3, <22.0.0dev",
135135
"google-cloud-storage >= 1.32.0, < 3.0.0dev",
136136
"google-cloud-bigquery >= 1.15.0, < 3.0.0dev",

testing/constraints-3.7.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
google-api-core==1.32.0
99
libcst==0.2.5
1010
proto-plus==1.22.0
11-
protobuf==3.20.2
11+
protobuf==3.19.5
1212
mock==4.0.2
1313
google-cloud-storage==1.32.0
1414
google-auth==1.25.0 # TODO: Remove when google-api-core >= 1.26.0 is required

0 commit comments

Comments
 (0)