-
Notifications
You must be signed in to change notification settings - Fork 96
Closed
Labels
priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
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
Line 34 in 46b3d3a
| "proto-plus >= 1.22.3, <2.0.0dev", |
Metadata
Metadata
Assignees
Labels
priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.