From 35d7203d180f5c4f69beb04ca7ebeafe7565bb95 Mon Sep 17 00:00:00 2001 From: nico Date: Thu, 5 Dec 2024 10:48:48 +0800 Subject: [PATCH] enhance: update pymilvus version Signed-off-by: nico --- 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 5812043a98675..1510cc905d32f 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.0rc121 -pymilvus[bulk_writer]==2.5.0rc121 +pymilvus==2.6.0rc10 +pymilvus[bulk_writer]==2.6.0rc10 # for customize config test