Skip to content

Commit 37edad2

Browse files
Update typing-extensions requirement from >= 4.7.1 to >=4.13.2 (#6)
Updates the requirements on [typing-extensions](https://github.com/python/typing_extensions) to permit the latest version. - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](python/typing_extensions@4.7.1...4.13.2) --- updated-dependencies: - dependency-name: typing-extensions dependency-version: 4.13.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dylan-FMK <165705029+Dylan-FMK@users.noreply.github.com>
1 parent e9f46d7 commit 37edad2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ python = "^3.8"
1414

1515
urllib3 = ">=2.2.3"
1616
python-dateutil = ">=2.9.0.post0"
17-
pydantic = ">=2.10.6"
18-
typing-extensions = ">= 4.7.1"
17+
typing-extensions = ">=4.13.2"
1918

2019
[tool.poetry.dev-dependencies]
2120
pytest = ">=8.3.5"

0 commit comments

Comments
 (0)