Skip to content

Commit 6f86506

Browse files
authored
fix: Allow protobuf 5.x; require protobuf >=3.20.2 (#950)
1 parent 8d053e2 commit 6f86506

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"google-cloud-core >= 1.4.1, <3.0.0dev",
3838
"proto-plus >= 1.22.0, <2.0.0dev",
3939
"proto-plus >= 1.22.2, <2.0.0dev; python_version>='3.11'",
40-
"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",
40+
"protobuf>=3.20.2,<6.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",
4141
]
4242
extras = {}
4343

testing/constraints-3.7.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ google-api-core==1.34.0
99
google-auth==2.14.1
1010
google-cloud-core==1.4.1
1111
proto-plus==1.22.0
12-
protobuf==3.19.5 # transitive from `google-api-core`
12+
protobuf==3.20.2 # transitive from `google-api-core`

0 commit comments

Comments
 (0)