Skip to content

Commit

Permalink
enhance: [cp24] loose grpcio upper limit (#2240)
Browse files Browse the repository at this point in the history
See also: #2237

Signed-off-by: yangxuan <[email protected]>
  • Loading branch information
XuanYang-cn authored Aug 29, 2024
1 parent 2bd4134 commit b3e8cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ readme = "README.md"
dependencies=[
"setuptools>69",
"setuptools<70.1;python_version<='3.8'",
"grpcio>=1.49.1, <=1.63.0",
"grpcio>=1.49.1",
"protobuf>=3.20.0",
"environs<=9.5.0",
"ujson>=2.0.0",
Expand Down

0 comments on commit b3e8cbf

Please sign in to comment.