Skip to content

Commit 213d493

Browse files
Update typing-extensions requirement from ~4.11 to >=4.11,<4.13 (#143)
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.11.0...4.12.0) --- updated-dependencies: - dependency-name: typing-extensions dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 16fa307 commit 213d493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ grpcio = ">=1.54,<1.65"
2727
grpcio-tools = ">=1.54,<1.63"
2828
jsonpickle = "~3.0"
2929
pymitter = ">=0.4,<0.6"
30-
typing-extensions = "~4.11"
30+
typing-extensions = ">=4.11,<4.13"
3131

3232
[tool.poetry.dev-dependencies]
3333
pytest = "~8.2"

0 commit comments

Comments
 (0)