From 266a41f05a383ad1b8fe66a0702037554bcc28cb Mon Sep 17 00:00:00 2001 From: binbin <83755740+binbinlv@users.noreply.github.com> Date: Mon, 18 Oct 2021 15:54:37 +0800 Subject: [PATCH] Update pymilvus version (#10077) Signed-off-by: Binbin Lv --- tests/python_client/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python_client/requirements.txt b/tests/python_client/requirements.txt index b9793aa551..1dcddc7bbf 100644 --- a/tests/python_client/requirements.txt +++ b/tests/python_client/requirements.txt @@ -13,7 +13,7 @@ pytest-print==0.2.1 pytest-level==0.1.1 pytest-xdist==2.2.1 # pytest-parallel -pymilvus==2.0.0rc7.dev25 +pymilvus==2.0.0rc8.dev8 pytest-rerunfailures==9.1.1 git+https://github.com/Projectplace/pytest-tags ndg-httpsclient