From c771e1fd50dd33cee1aae37e23fc7dde97466c57 Mon Sep 17 00:00:00 2001 From: Eduardo Salinas Date: Fri, 12 May 2023 17:57:30 -0400 Subject: [PATCH] Update duckduckgo dependency - min should be 2.9.5 (#4142) Co-authored-by: k-boikov <64261260+k-boikov@users.noreply.github.com> --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index be015f2b..c59b8bb6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ requests tiktoken==0.3.3 gTTS==2.3.1 docker -duckduckgo-search +duckduckgo-search>=2.9.5 google-api-python-client #(https://developers.google.com/custom-search/v1/overview) pinecone-client==2.2.1 redis @@ -53,4 +53,4 @@ pytest-integration pytest-mock vcrpy pytest-recording -pytest-xdist \ No newline at end of file +pytest-xdist