diff --git a/pyproject.toml b/pyproject.toml index ea6abe4..f1dc5b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ python = "^3.8" urllib3 = ">= 1.25.3 < 3.0.0" python-dateutil = ">= 2.8.2" pydantic = ">= 2" -typing-extensions = ">= 4.7.1" +typing-extensions = ">=4.13.2" [tool.poetry.dev-dependencies] pytest = ">=8.3.5"