From 80eebbde2113b7ef2f62eead37eab1f9f41be7c4 Mon Sep 17 00:00:00 2001 From: Buqian Zheng Date: Fri, 11 Oct 2024 17:22:25 +0800 Subject: [PATCH] update pymilvus used by ci to 2.5.0rc95 Signed-off-by: Buqian Zheng --- 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 1a6eb67b8a13d..7811cd4221603 100644 --- a/tests/python_client/requirements.txt +++ b/tests/python_client/requirements.txt @@ -27,8 +27,8 @@ pytest-parallel pytest-random-order # pymilvus -pymilvus==2.5.0rc84 -pymilvus[bulk_writer]==2.5.0rc84 +pymilvus==2.5.0rc95 +pymilvus[bulk_writer]==2.5.0rc95 # for customize config test python-benedict==0.24.3