Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit 28fc17a

Browse files
authored
fix: increase upper limit for protobuf 5.X versions (#212)
1 parent 65b5725 commit 28fc17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
version = "1.63.0"
2525
release_status = "Development Status :: 5 - Production/Stable"
2626
dependencies = [
27-
"protobuf>=3.19.5,<5.0.0.dev0,!=3.20.0,!=3.20.1,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
27+
"protobuf>=3.19.5,<6.0.0.dev0,!=3.20.0,!=3.20.1,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
2828
]
2929

3030
extras_require = {"grpc": ["grpcio >= 1.44.0, <2.0.0.dev0"]}

0 commit comments

Comments
 (0)