|
39 | 39 | release_status = "Development Status :: 5 - Production/Stable" |
40 | 40 |
|
41 | 41 | dependencies = [ |
42 | | - "google-api-core[grpc] >= 1.34.1, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,!=2.10.*", |
| 42 | + "google-api-core[grpc] >= 1.34.1, <3.0.0,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,!=2.10.*", |
43 | 43 | # Exclude incompatible versions of `google-auth` |
44 | 44 | # See https://github.com/googleapis/google-cloud-python/issues/12364 |
45 | | - "google-auth >= 2.14.1, <3.0.0dev,!=2.24.0,!=2.25.0", |
46 | | - "proto-plus >= 1.22.3, <2.0.0dev", |
47 | | - "proto-plus >= 1.25.0, <2.0.0dev; python_version >= '3.13'", |
48 | | - "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", |
| 45 | + "google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0", |
| 46 | + "proto-plus >= 1.22.3, <2.0.0", |
| 47 | + "proto-plus >= 1.25.0, <2.0.0; python_version >= '3.13'", |
| 48 | + "protobuf>=3.20.2,<6.0.0,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5", |
49 | 49 | ] |
50 | 50 | extras = {} |
51 | 51 | url = "https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-modelarmor" |
|
0 commit comments