From f6d2f01640872e8de562e7ea63e634b7ff6dbc34 Mon Sep 17 00:00:00 2001 From: XuanYang-cn Date: Mon, 26 May 2025 19:02:28 +0800 Subject: [PATCH] enhance: Upgrade PyMilvus to 2.5.10rc2 (#42034) Signed-off-by: yangxuan --- 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 fcaba1c33d..4d7b8ec21c 100644 --- a/tests/python_client/requirements.txt +++ b/tests/python_client/requirements.txt @@ -28,8 +28,8 @@ pytest-parallel pytest-random-order # pymilvus -pymilvus==2.5.9rc5 -pymilvus[bulk_writer]==2.5.9rc5 +pymilvus==2.5.10rc2 +pymilvus[bulk_writer]==2.5.10rc2 # for customize config test python-benedict==0.24.3