Skip to content

Commit b3e8cbf

Browse files
authored
enhance: [cp24] loose grpcio upper limit (#2240)
See also: #2237 Signed-off-by: yangxuan <[email protected]>
1 parent 2bd4134 commit b3e8cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ readme = "README.md"
1919
dependencies=[
2020
"setuptools>69",
2121
"setuptools<70.1;python_version<='3.8'",
22-
"grpcio>=1.49.1, <=1.63.0",
22+
"grpcio>=1.49.1",
2323
"protobuf>=3.20.0",
2424
"environs<=9.5.0",
2525
"ujson>=2.0.0",

0 commit comments

Comments
 (0)