From 2ed7d35783daf36f2a9ae5cf348496de659ea1f0 Mon Sep 17 00:00:00 2001 From: XuanYang-cn Date: Wed, 24 Sep 2025 17:16:10 +0800 Subject: [PATCH] test: Increase PyMilvus version to 2.7.0rc37 for master branch (#44551) 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 b089853703..adcff83b19 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.0rc34 -pymilvus[bulk_writer]==2.7.0rc34 +pymilvus==2.7.0rc37 +pymilvus[bulk_writer]==2.7.0rc37 # for protobuf protobuf>=5.29.5