|
37 | 37 | # 'Development Status :: 5 - Production/Stable' |
38 | 38 | release_status = "Development Status :: 5 - Production/Stable" |
39 | 39 | dependencies = [ |
40 | | - "google-api-core[grpc] >= 2.16.0, <3.0.0dev", |
41 | | - "google-cloud-core >= 1.4.4, <3.0.0dev", |
42 | | - "google-auth >= 2.14.1, <3.0.0dev,!=2.24.0,!=2.25.0", |
43 | | - "grpc-google-iam-v1 >= 0.12.4, <1.0.0dev", |
44 | | - "proto-plus >= 1.22.3, <2.0.0dev", |
45 | | - "proto-plus >= 1.25.0, <2.0.0dev; python_version>='3.13'", |
46 | | - "protobuf>=3.20.2,<6.0.0dev,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5", |
| 40 | + "google-api-core[grpc] >= 2.16.0, <3.0.0", |
| 41 | + "google-cloud-core >= 1.4.4, <3.0.0", |
| 42 | + "google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0", |
| 43 | + "grpc-google-iam-v1 >= 0.12.4, <1.0.0", |
| 44 | + "proto-plus >= 1.22.3, <2.0.0", |
| 45 | + "proto-plus >= 1.25.0, <2.0.0; python_version>='3.13'", |
| 46 | + "protobuf>=3.20.2,<7.0.0,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5", |
47 | 47 | ] |
48 | 48 | extras = {"libcst": "libcst >= 0.2.5"} |
49 | 49 |
|
|
0 commit comments