Skip to content

Commit e34dc07

Browse files
authored
revert pinning grpcio for python 3.12 and 3.13
1 parent 7f9d4fc commit e34dc07

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

pyproject.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,10 @@ 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'",
66-
"grpcio >= 1.59.0, < 2.0.0; python_version == '3.12'",
67-
"grpcio >= 1.67.0, < 2.0.0; python_version == '3.13'",
65+
"grpcio >= 1.49.1, < 2.0.0; python_version >= '3.11'",
6866
"grpcio >= 1.75.1, < 2.0.0; python_version >= '3.14'",
6967
"grpcio-status >= 1.33.2, < 2.0.0",
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'",
68+
"grpcio-status >= 1.49.1, < 2.0.0; python_version >= '3.11'",
7369
"grpcio-status >= 1.75.1, < 2.0.0; python_version >= '3.14'",
7470
]
7571
grpcgcp = ["grpcio-gcp >= 0.2.2, < 1.0.0"]

0 commit comments

Comments
 (0)