From 54d14a6cb6176d661b86bbe794111598f1716afa Mon Sep 17 00:00:00 2001 From: R-Y-M-R <32427668+R-Y-M-R@users.noreply.github.com> Date: Thu, 11 May 2023 06:26:04 -0400 Subject: [PATCH] Resolve #17: Add urllib3 fix to requirements.txt Applied fix from @abereghici to requirements.txt --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index c7049b9..4c1ce9e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,3 +2,4 @@ langchain==0.0.162 pygpt4all==1.1.0 chromadb==0.3.22 llama-cpp-python==0.1.47 +urllib3==1.26.6