From abeabd4e874cc07d0a42d878f853d5ac9e3393a3 Mon Sep 17 00:00:00 2001 From: XuanYang-cn Date: Fri, 7 Nov 2025 15:23:38 +0800 Subject: [PATCH] test: Increase PyMilvus version to 2.5.17rc4 for 2.5 branch (#45385) Automated daily bump from pymilvus 2.5 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 21bed02dbb..d7a8b25c24 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.17rc3 -pymilvus[bulk_writer]==2.5.17rc3 +pymilvus==2.5.17rc4 +pymilvus[bulk_writer]==2.5.17rc4 # for customize config test python-benedict==0.24.3