diff --git a/pyproject.toml b/pyproject.toml index 2c248b6bc8..911c2462d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ classifiers = [ ] requires-python = '>=3.7' dependencies = [ - 'typing-extensions>=4.1.0', + 'typing-extensions>=4.2.0', 'pydantic-core>=0.7.1', 'annotated-types>=0.4.0', ]