Skip to content
New issue

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

proto-plus >= 1.25 needed for python 3.13 #354

Closed
parthea opened this issue Oct 25, 2024 · 0 comments · Fixed by #356
Closed

proto-plus >= 1.25 needed for python 3.13 #354

parthea opened this issue Oct 25, 2024 · 0 comments · Fixed by #356

Comments

@parthea
Copy link
Collaborator

parthea commented Oct 25, 2024

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

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.22.3, <2.0.0dev",

As an example, see googleapis/python-api-core#740

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants