From ad0ad5e767d1513e7f12d6214f6587fd4a6fca6b Mon Sep 17 00:00:00 2001
From: dragondriver <jiquan.long@zilliz.com>
Date: Mon, 29 Mar 2021 09:49:03 +0800
Subject: [PATCH] Change sdk version used in regression to 0.0.61

Signed-off-by: dragondriver <jiquan.long@zilliz.com>
---
 tests/python_test/requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/python_test/requirements.txt b/tests/python_test/requirements.txt
index 77826401e..633ba8c94 100644
--- a/tests/python_test/requirements.txt
+++ b/tests/python_test/requirements.txt
@@ -10,7 +10,7 @@ allure-pytest==2.7.0
 pytest-print==0.2.1
 pytest-level==0.1.1
 pytest-xdist==2.2.1
-pymilvus-distributed==0.0.59
+pymilvus-distributed==0.0.61
 pytest-rerunfailures==9.1.1
 git+https://github.com/Projectplace/pytest-tags
 ndg-httpsclient
-- 
GitLab