From 94aafb50c99e8077a2173b767e1e2d42ef762e38 Mon Sep 17 00:00:00 2001 From: yanliang567 <82361606+yanliang567@users.noreply.github.com> Date: Thu, 3 Nov 2022 10:17:35 +0800 Subject: [PATCH] Update pymilvus version in requirements.txt (#20279) Signed-off-by: yanliang567 Signed-off-by: yanliang567 --- 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 35f77ec9a4..e537ed53b1 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.5.0 -pymilvus==2.2.0.dev69 +pymilvus==2.2.0.dev71 pytest-rerunfailures==9.1.1 git+https://github.com/Projectplace/pytest-tags ndg-httpsclient