Skip to content

Commit d5cd225

Browse files
authored
fix: require proto-plus >= 1.25.0 for Python 3.13 (#567)
1 parent 3fdadbe commit d5cd225

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
@@ -45,6 +45,7 @@
4545
"google-api-core[grpc] >= 1.34.0, <3.0.0,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,!=2.10.*",
4646
"proto-plus >= 1.22.0, <2.0.0",
4747
"proto-plus >= 1.22.2, <2.0.0; python_version>='3.11'",
48+
"proto-plus >= 1.25.0, <2.0.0dev; python_version>='3.13'",
4849
"protobuf>=3.20.2,<7.0.0,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
4950
]
5051
url = "https://github.com/googleapis/python-error-reporting"

0 commit comments

Comments
 (0)