From d0b2bd0a8ab0430df552b8e0e5f629cce0b260c6 Mon Sep 17 00:00:00 2001 From: ThreadDao Date: Sat, 12 Oct 2024 11:33:57 +0800 Subject: [PATCH] update pymilvus version due to bug fix Signed-off-by: ThreadDao --- 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 b5afde521cb8..922f5f31045e 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.0rc88 -pymilvus[bulk_writer]==2.5.0rc88 +pymilvus==2.5.0rc93 +pymilvus[bulk_writer]==2.5.0rc93 # for customize config test python-benedict==0.24.3