We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The setup.py file should be updated to require proto-plus >= 1.25 for python_version >=3.13 due to googleapis/proto-plus-python#490
setup.py
proto-plus
python_version >=3.13
See 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 line
"proto-plus >= 1.25.0, <2.0.0dev; python_version>='3.13'",
python-spanner/setup.py
Line 44 in d3c6464
As an example, see googleapis/python-api-core#740
The text was updated successfully, but these errors were encountered:
hengfengli
No branches or pull requests
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-spanner/setup.py
Line 44 in d3c6464
As an example, see googleapis/python-api-core#740
The text was updated successfully, but these errors were encountered: