From c37061821a38e10472998a2a3884834b4771f096 Mon Sep 17 00:00:00 2001 From: Matthias Veit Date: Sun, 21 Jan 2024 20:21:47 +0100 Subject: [PATCH] fix urllib issue --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 6f93229..26b4166 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,6 +46,7 @@ postgres = [ "psycopg2-binary" ] # All extra dependencies extra = [ "boto3", + "urllib3 < 2", # boto3 requires urllib3 < 2 "google-cloud-storage", "pymysql", "psycopg2-binary",