Skip to content

Commit

Permalink
fix: Add upper limit for grpcio to 1.67.1
Browse files Browse the repository at this point in the history
See also: milvus-io#2358
pr: milvus-io#2359

Signed-off-by: yangxuan <[email protected]>
  • Loading branch information
XuanYang-cn committed Nov 19, 2024
1 parent 416a8b4 commit 999a31e
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",
"grpcio>=1.49.1,<=1.67.1", #issue https://github.com/milvus-io/pymilvus/issues/2358
"protobuf>=3.20.0",
"environs<=9.5.0",
"ujson>=2.0.0",
Expand Down

0 comments on commit 999a31e

Please sign in to comment.