We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98c76ba commit 7f9d4fcCopy full SHA for 7f9d4fc
pyproject.toml
@@ -62,9 +62,15 @@ Repository = "https://github.com/googleapis/python-api-core"
62
async_rest = ["google-auth[aiohttp] >= 2.35.0, < 3.0.0"]
63
grpc = [
64
"grpcio >= 1.33.2, < 2.0.0",
65
- "grpcio >= 1.49.1, < 2.0.0; python_version >= '3.11'",
+ "grpcio >= 1.49.1, < 2.0.0; python_version == '3.11'",
66
+ "grpcio >= 1.59.0, < 2.0.0; python_version == '3.12'",
67
+ "grpcio >= 1.67.0, < 2.0.0; python_version == '3.13'",
68
+ "grpcio >= 1.75.1, < 2.0.0; python_version >= '3.14'",
69
"grpcio-status >= 1.33.2, < 2.0.0",
- "grpcio-status >= 1.49.1, < 2.0.0; python_version >= '3.11'",
70
+ "grpcio-status >= 1.49.1, < 2.0.0; python_version == '3.11'",
71
+ "grpcio-status >= 1.59.0, < 2.0.0; python_version == '3.12'",
72
+ "grpcio-status >= 1.67.0, < 2.0.0; python_version == '3.13'",
73
+ "grpcio-status >= 1.75.1, < 2.0.0; python_version >= '3.14'",
74
]
75
grpcgcp = ["grpcio-gcp >= 0.2.2, < 1.0.0"]
76
grpcio-gcp = ["grpcio-gcp >= 0.2.2, < 1.0.0"]
0 commit comments