Skip to content

Commit

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

Signed-off-by: yangxuan <[email protected]>
  • Loading branch information
XuanYang-cn authored Nov 20, 2024
1 parent 24cba21 commit f61f9d3
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",
"python-dotenv>=1.0.1, <2.0.0",
"ujson>=2.0.0",
Expand Down

0 comments on commit f61f9d3

Please sign in to comment.