Skip to content

Commit

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

Signed-off-by: yangxuan <xuan.yang@zilliz.com>
  • Loading branch information
XuanYang-cn authored Nov 20, 2024
1 parent 416a8b4 commit abcb0fc
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 abcb0fc

Please sign in to comment.