test: update pymilvus version (#33079)

issue: #17614

Signed-off-by: binbin lv <binbin.lv@zilliz.com>
pull/33096/head^2
binbin 2024-05-16 14:53:34 +08:00 committed by GitHub
parent 4ef163fb70
commit be87ae6424
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ from prettytable import PrettyTable
import functools
from time import sleep
from pymilvus import AnnSearchRequest, RRFRanker
from pymilvus import RemoteBulkWriter, BulkFileType
from pymilvus.bulk_writer import RemoteBulkWriter, BulkFileType
from base.database_wrapper import ApiDatabaseWrapper
from base.collection_wrapper import ApiCollectionWrapper
from base.partition_wrapper import ApiPartitionWrapper

View File

@ -12,7 +12,7 @@ allure-pytest==2.7.0
pytest-print==0.2.1
pytest-level==0.1.1
pytest-xdist==2.5.0
pymilvus==2.5.0rc18
pymilvus[bulk_writer]==2.5.0rc31
pytest-rerunfailures==9.1.1
git+https://github.com/Projectplace/pytest-tags
ndg-httpsclient