From 68b7cb8514c17c528d6c997b400f792b50448a3b Mon Sep 17 00:00:00 2001 From: Alaeddine Abdessalem Date: Tue, 24 May 2022 15:13:38 +0200 Subject: [PATCH] fix: update qdrant to support python 3.7 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 643ed76d5fe..b9bc17e42f4 100644 --- a/setup.py +++ b/setup.py @@ -65,11 +65,11 @@ 'strawberry-graphql', 'weaviate-client~=3.3.0', 'annlite>=0.3.0', - 'qdrant-client~=0.7.1', + 'qdrant-client~=0.7.3', 'elasticsearch>=8.0.1', ], 'qdrant': [ - 'qdrant-client~=0.7.1', + 'qdrant-client~=0.7.3', ], 'annlite': [ 'annlite>=0.3.0',