|
36 | 36 | release_status = "Development Status :: 5 - Production/Stable" |
37 | 37 |
|
38 | 38 | dependencies = [ |
39 | | - "google-cloud-pubsub >= 2.10.0, <3.0.0dev", |
40 | | - "grpcio >= 1.38.1, <2.0.0dev", |
41 | | - "grpcio-status >= 1.38.1, <2.0.0dev", |
| 39 | + "google-cloud-pubsub >= 2.10.0, <3.0.0", |
| 40 | + "grpcio >= 1.38.1, <2.0.0", |
| 41 | + "grpcio-status >= 1.38.1, <2.0.0", |
42 | 42 | "overrides>=6.0.1, <8.0.0", |
43 | 43 | "overrides>=7.0.1, <8.0.0; python_version>='3.12'", |
44 | | - "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.*", |
45 | | - "proto-plus >= 1.22.3, < 2.0.0dev", |
46 | | - "proto-plus >= 1.25.0, < 2.0.0dev; python_version >= '3.13'", |
| 44 | + "google-api-core[grpc] >= 1.33.2, <3.0.0,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*", |
| 45 | + "proto-plus >= 1.22.3, < 2.0.0", |
| 46 | + "proto-plus >= 1.25.0, < 2.0.0; python_version >= '3.13'", |
47 | 47 | ] |
48 | 48 | url = "https://github.com/googleapis/python-pubsublite" |
49 | 49 |
|
|
0 commit comments