Skip to content

Commit 58309f9

Browse files
Update typing-extensions requirement from >=4.11,<4.13 to >=4.11,<4.14 (#229)
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.13.1) --- updated-dependencies: - dependency-name: typing-extensions dependency-version: 4.13.1 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 1771196 commit 58309f9

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.70.0"
2727
grpcio-tools = "1.70.0"
2828
jsonpickle = ">=3.0,<4.1"
2929
pymitter = ">=0.4,<1.1"
30-
typing-extensions = ">=4.11,<4.13"
30+
typing-extensions = ">=4.11,<4.14"
3131
types-protobuf = "5.29.1.20250403"
3232
pympler = "1.1"
3333

0 commit comments

Comments
 (0)