Skip to content

Commit 7f9d4fc

Browse files
authored
pin grpcio and grpcio-status versions
1 parent 98c76ba commit 7f9d4fc

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pyproject.toml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,15 @@ Repository = "https://github.com/googleapis/python-api-core"
6262
async_rest = ["google-auth[aiohttp] >= 2.35.0, < 3.0.0"]
6363
grpc = [
6464
"grpcio >= 1.33.2, < 2.0.0",
65-
"grpcio >= 1.49.1, < 2.0.0; python_version >= '3.11'",
65+
"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'",
6669
"grpcio-status >= 1.33.2, < 2.0.0",
67-
"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'",
6874
]
6975
grpcgcp = ["grpcio-gcp >= 0.2.2, < 1.0.0"]
7076
grpcio-gcp = ["grpcio-gcp >= 0.2.2, < 1.0.0"]

0 commit comments

Comments
 (0)