- Notifications
You must be signed in to change notification settings - Fork95
Closed
Description
Thesetup.py file should be updated to requireproto-plus >= 1.25 forpython_version >=3.13 due togoogleapis/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 in46b3d3a
| "proto-plus >= 1.22.3, <2.0.0dev", |