Open parthea opened 1 month ago
The setup.py file should be updated to require proto-plus >= 1.25 for python_version >=3.13 due to https://github.com/googleapis/proto-plus-python/issues/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'",
https://github.com/googleapis/python-firestore/blob/3fe727102d1a4f65c9b8767d11015d8baaead355/setup.py#L39
As an example, see https://github.com/googleapis/python-api-core/pull/740
The
setup.py
file should be updated to requireproto-plus
>= 1.25 forpython_version >=3.13
due to https://github.com/googleapis/proto-plus-python/issues/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 linehttps://github.com/googleapis/python-firestore/blob/3fe727102d1a4f65c9b8767d11015d8baaead355/setup.py#L39
As an example, see https://github.com/googleapis/python-api-core/pull/740