From bbed27d999503f01e76cb0e2be55650332a7d8bd Mon Sep 17 00:00:00 2001 From: binbin <83755740+binbinlv@users.noreply.github.com> Date: Thu, 20 Jan 2022 09:09:45 +0800 Subject: [PATCH] Update pymilvus version (#15286) 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 13086ea7b..01e1a9c82 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.dev11 +pymilvus==2.0.0rc10.dev12 pytest-rerunfailures==9.1.1 git+https://github.com/Projectplace/pytest-tags ndg-httpsclient -- GitLab