From da3ace13255969828f48607739cce6885b5753d5 Mon Sep 17 00:00:00 2001 From: XuanYang-cn Date: Thu, 4 Dec 2025 17:33:20 +0800 Subject: [PATCH] test: Increase PyMilvus version to 2.5.18 for 2.5 branch (#46031) 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 8798b9ee68..d87d4ae616 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.17 -pymilvus[bulk_writer]==2.5.17 +pymilvus==2.5.18 +pymilvus[bulk_writer]==2.5.18 # for customize config test python-benedict==0.24.3