Skip to content

Commit a26313e

Browse files
authoredOct 23, 2024
fix: require proto-plus >= 1.25.0 for Python 3.13 (#740)
1 parent 7727405 commit a26313e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
dependencies = [
3232
"googleapis-common-protos >= 1.56.2, < 2.0.dev0",
3333
"protobuf>=3.19.5,<6.0.0.dev0,!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
34-
"proto-plus >= 1.22.3, <2.0.0dev",
34+
"proto-plus >= 1.22.3, < 2.0.0dev",
35+
"proto-plus >= 1.25.0, < 2.0.0dev; python_version >= '3.13'",
3536
"google-auth >= 2.14.1, < 3.0.dev0",
3637
"requests >= 2.18.0, < 3.0.0.dev0",
3738
]

0 commit comments

Comments
 (0)