-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Labels
api: pubsubliteIssues related to the googleapis/python-pubsublite API.Issues related to the googleapis/python-pubsublite API.
Description
proto-plus should be added as a direct dependency as it's used in this repository
https://github.com/search?q=repo%3Agoogleapis%2Fpython-pubsublite+%22import+proto%22&type=code
Update dependencies in setup.py to include the following lines
"proto-plus >= 1.22.3, < 2.0.0dev",
"proto-plus >= 1.25.0, < 2.0.0dev; python_version >= '3.13'",
Lines 38 to 45 in b868888
| dependencies = [ | |
| "google-cloud-pubsub >= 2.10.0, <3.0.0dev", | |
| "grpcio >= 1.38.1, <2.0.0dev", | |
| "grpcio-status >= 1.38.1, <2.0.0dev", | |
| "overrides>=6.0.1, <8.0.0", | |
| "overrides>=7.0.1, <8.0.0; python_version>='3.12'", | |
| "google-api-core[grpc] >= 1.33.2, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*", | |
| ] |
Metadata
Metadata
Assignees
Labels
api: pubsubliteIssues related to the googleapis/python-pubsublite API.Issues related to the googleapis/python-pubsublite API.