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 #531

Open
parthea opened this issue Oct 25, 2024 · 0 comments
Open

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

parthea opened this issue Oct 25, 2024 · 0 comments
Assignees
Labels
api: clouderrorreporting Issues related to the googleapis/python-error-reporting API.

Comments

@parthea
Copy link
Contributor

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.2, <2.0.0dev; python_version>='3.11'",

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

@product-auto-label product-auto-label bot added the api: clouderrorreporting Issues related to the googleapis/python-error-reporting API. label Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: clouderrorreporting Issues related to the googleapis/python-error-reporting API.
Projects
None yet
Development

No branches or pull requests

2 participants