diff --git a/pyproject.toml b/pyproject.toml index 67d7b17..9e678ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ packages = [ [tool.poetry.dependencies] python = "^3.10" -urllib3 = ">= 2.2.2" +urllib3 = ">=2.7.0" python-dateutil = ">=2.8.2" pydantic = ">=2" typing-extensions = ">=4.7.1"