diff --git a/pyproject.toml b/pyproject.toml index d2317365..586921a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "transformers[torch]>=4.36.1", "datasets", "deprecated", - "urllib3>=2.2.2", + "urllib3>=1.26.19,<2", "numpy<2" ]