Skip to content

Commit

Permalink
Merge pull request #15 from zilliztech/nameczz/dev
Browse files Browse the repository at this point in the history
fix milvus #18922
  • Loading branch information
shanghaikid authored Sep 2, 2022
2 parents 4aabf65 + be0c1a8 commit 64110e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions milvus_cli/Types.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ def __str__(self):
10: "FLOAT",
11: "DOUBLE",
20: "STRING",
21: "VARCHAR",
100: "BINARY_VECTOR",
101: "FLOAT_VECTOR",
999: "UNKNOWN",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
include_package_data=True,
install_requires=[
"Click==8.0.1",
"pymilvus==2.1.0",
"pymilvus==2.1.1",
"tabulate==0.8.9",
"requests==2.26.0",
],
Expand Down

0 comments on commit 64110e8

Please sign in to comment.