proto-plus
>= 1.25 needed for python 3.13
#737
Labels
priority: p1
Important issue which blocks shipping the next release. Will be fixed prior to next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
The
setup.py
file should be updated to requireproto-plus
>= 1.25 forpython_version >=3.13
due to googleapis/proto-plus-python#490See release notes here: https://github.com/googleapis/proto-plus-python/releases/tag/v1.25.0
Add
"proto-plus >= 1.25.0, <2.0.0dev; python_version>='3.13'",
after the following linepython-api-core/setup.py
Line 34 in 46b3d3a
The text was updated successfully, but these errors were encountered: