From 2bf8773d585e3d5eaaae4db9ea810debb0c236e6 Mon Sep 17 00:00:00 2001 From: nico <109071306+NicoYuan1986@users.noreply.github.com> Date: Thu, 14 Nov 2024 17:46:39 +0800 Subject: [PATCH] enhance: update sdk version (#37661) pr: #37660 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 077b9ad618..60bb00a631 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.4.9 -pymilvus[bulk_writer]==2.4.9 +pymilvus==2.4.10rc4 +pymilvus[bulk_writer]==2.4.10rc4 pytest-rerunfailures==9.1.1 git+https://github.com/Projectplace/pytest-tags ndg-httpsclient