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

Commit bed5210

Browse files
authored
fix(deps): update proto-plus to >=1.25 for Python 3.13 compatibility (#865)
* fixes #842 * fix(deps): update proto-plus to >=1.25 for Python 3.13 compatibility fixes #842
1 parent 72d5611 commit bed5210

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"google-auth >= 2.14.1, <3.0.0dev",
4343
"proto-plus >= 1.22.0, <2.0.0dev",
4444
"proto-plus >= 1.22.2, <2.0.0dev; python_version>='3.11'",
45+
"proto-plus >= 1.25.0, <2.0.0dev; python_version>='3.13'",
4546
"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",
4647
]
4748
extras = {

0 commit comments

Comments
 (0)