From 3eb5cc4bad5d946db91994efc842d568a7d9f5b7 Mon Sep 17 00:00:00 2001 From: binbin <83755740+binbinlv@users.noreply.github.com> Date: Tue, 18 Jan 2022 09:51:35 +0800 Subject: [PATCH] Update pymilvus version after code fix (#15252) 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 c054cdae31..13086ea7b5 100644 --- a/tests/python_client/requirements.txt +++ b/tests/python_client/requirements.txt @@ -12,7 +12,7 @@ allure-pytest==2.7.0 pytest-print==0.2.1 pytest-level==0.1.1 pytest-xdist==2.2.1 -pymilvus==2.0.0rc10.dev7 +pymilvus==2.0.0rc10.dev11 pytest-rerunfailures==9.1.1 git+https://github.com/Projectplace/pytest-tags ndg-httpsclient