enhance: update pymilvus version (#41695)

Signed-off-by: nico <cheng.yuan@zilliz.com>
This commit is contained in:
nico 2025-05-08 10:04:54 +08:00 committed by GitHub
parent b1f3fe1f07
commit 5c11c4add1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -235,7 +235,7 @@ def output_field_value_check(search_res, original):
"""
limit = len(search_res[0])
for i in range(limit):
entity = eval(str(search_res[0][i]).split('entity: ', 1)[1])
entity = search_res[0][i]['entity']
_id = search_res[0][i].id
for field in entity.keys():
if isinstance(entity[field], list):

View File

@ -28,8 +28,8 @@ pytest-parallel
pytest-random-order
# pymilvus
pymilvus==2.6.0rc93
pymilvus[bulk_writer]==2.6.0rc93
pymilvus==2.6.0rc119
pymilvus[bulk_writer]==2.6.0rc119
# for customize config test