From 60369708ef27c1736f31603cd1a4bb7d7a474ae8 Mon Sep 17 00:00:00 2001 From: luxejs Date: Thu, 29 Feb 2024 11:16:49 -0700 Subject: [PATCH] warning fix due to conflicting SSL packages (see https://github.com/urllib3/urllib3/issues/3020) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6ce6fe1f1..44b657c22 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,7 +35,7 @@ openai # scraping # beautifulsoup4 # httplib2 -# urllib3 +urllib3<2 # ray # ray[default] # ray[tune]