enhance: update pymilvus version (#31524)

pr: #31529

Signed-off-by: nico <cheng.yuan@zilliz.com>
pull/31559/head
nico 2024-03-25 10:47:08 +08:00 committed by GitHub
parent f2f0d44a5d
commit 6b9004c728
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

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.3.7rc7
pymilvus==2.3.8rc4
pytest-rerunfailures==9.1.1
git+https://github.com/Projectplace/pytest-tags
ndg-httpsclient

View File

@ -924,7 +924,7 @@ class TestQueryParams(TestcaseBase):
assert len(res) == 1
# test for mixed data
ids = [_id * 1.1, bool(_id % 2)]
ids = [bool(_id % 2)]
expression = f"{expr_prefix}(listMix, {ids})"
res = collection_w.query(expression)[0]
assert len(res) == ct.default_nb // 2