diff --git a/pyproject.toml b/pyproject.toml index 84131aa..281b911 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ include = ["openapi_client/py.typed"] python = "^3.8" urllib3 = ">=2.2.3" -python-dateutil = ">= 2.8.2" +python-dateutil = ">=2.9.0.post0" pydantic = ">=2.10.6" typing-extensions = ">=4.13.2"