From 0264588df9c8e01230028a7bdd8d96e2e4875562 Mon Sep 17 00:00:00 2001 From: nico <109071306+NicoYuan1986@users.noreply.github.com> Date: Thu, 20 Jun 2024 09:22:18 +0800 Subject: [PATCH] enhance: update pymilvus version (#33905) Signed-off-by: nico --- tests/python_client/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/python_client/requirements.txt b/tests/python_client/requirements.txt index 6b62783758..928f09bc0e 100644 --- a/tests/python_client/requirements.txt +++ b/tests/python_client/requirements.txt @@ -12,8 +12,8 @@ allure-pytest==2.7.0 pytest-print==0.2.1 pytest-level==0.1.1 pytest-xdist==2.5.0 -pymilvus==2.5.0rc31 -pymilvus[bulk_writer]==2.5.0rc31 +pymilvus==2.5.0rc45 +pymilvus[bulk_writer]==2.5.0rc45 pytest-rerunfailures==9.1.1 git+https://github.com/Projectplace/pytest-tags ndg-httpsclient