From e31eec292156cecd0aa16a5822bbb5c3cd0ef4f2 Mon Sep 17 00:00:00 2001 From: XuanYang-cn Date: Thu, 13 Nov 2025 11:33:41 +0800 Subject: [PATCH] test: Increase PyMilvus version to 2.7.0rc56 for master branch (#45515) 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 b03e5724d6..77993d87cf 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.0rc54 -pymilvus[bulk_writer]==2.7.0rc54 +pymilvus==2.7.0rc56 +pymilvus[bulk_writer]==2.7.0rc56 # for protobuf protobuf>=5.29.5