From 4bc86cb335c3a093a670809a5805d8a9043fe0e8 Mon Sep 17 00:00:00 2001 From: XuanYang-cn Date: Thu, 28 Aug 2025 18:05:51 +0800 Subject: [PATCH] test: Increase PyMilvus version to 2.7.0rc21 for master branch (#44100) Automated daily bump from pymilvus master branch. Updates tests/python_client/requirements.txt. Signed-off-by: XuanYang-cn --- 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 d1d755e4d7..fcabf267ca 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.7.0rc3 -pymilvus[bulk_writer]==2.7.0rc3 +pymilvus==2.7.0rc21 +pymilvus[bulk_writer]==2.7.0rc21 # for protobuf protobuf>=5.29.5