Skip to content

Commit a4886cf

Browse files
python: bump pymilvus client to v2.6.2 mirroring the test update
1 parent c764314 commit a4886cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdks/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def cythonize(*args, **kwargs):
160160
'pandas>=1.4.3,!=1.5.0,!=1.5.1,<2.3',
161161
]
162162

163-
milvus_dependency = ['pymilvus>=2.5.10,<3.0.0']
163+
milvus_dependency = ['pymilvus>=v2.6.2,<3.0.0']
164164

165165
ml_base = [
166166
'embeddings',

0 commit comments

Comments
 (0)