From dfb9bfa47e2e5aac6247408c2aa7e2068bcf75c9 Mon Sep 17 00:00:00 2001 From: Vladimir Blagojevic Date: Tue, 20 Aug 2024 11:42:40 +0200 Subject: [PATCH] Pin urllib3<2.0.0 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 7f9227e024..368eb906c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,6 +46,7 @@ classifiers = [ "Topic :: Scientific/Engineering :: Artificial Intelligence", ] dependencies = [ + "urllib3<2.0.0", "requests", "httpx", "pydantic<2",