|
47 | 47 | "grpcio >= 1.75.1, < 2.0.0; python_version >= '3.14'", |
48 | 48 | "proto-plus >= 1.22.3, <2.0.0", |
49 | 49 | "proto-plus >= 1.25.0, <2.0.0; python_version >= '3.13'", |
50 | | - "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", |
| 50 | + "protobuf >= 4.25.8, <5.0.0dev", |
51 | 51 | "google-cloud-access-context-manager >= 0.1.2, <1.0.0", |
52 | 52 | "google-cloud-os-config >= 1.0.0, <2.0.0", |
53 | 53 | "grpc-google-iam-v1 >= 0.14.0, <1.0.0", |
|
83 | 83 | "License :: OSI Approved :: Apache Software License", |
84 | 84 | "Programming Language :: Python", |
85 | 85 | "Programming Language :: Python :: 3", |
86 | | - "Programming Language :: Python :: 3.7", |
87 | | - "Programming Language :: Python :: 3.8", |
88 | 86 | "Programming Language :: Python :: 3.9", |
89 | 87 | "Programming Language :: Python :: 3.10", |
90 | 88 | "Programming Language :: Python :: 3.11", |
|
96 | 94 | ], |
97 | 95 | platforms="Posix; MacOS X; Windows", |
98 | 96 | packages=packages, |
99 | | - python_requires=">=3.7", |
| 97 | + python_requires=">=3.9", |
100 | 98 | install_requires=dependencies, |
101 | 99 | extras_require=extras, |
102 | 100 | include_package_data=True, |
|
0 commit comments