Skip to content

Commit

Permalink
typing-extensions version change
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared-Newell-Mobility committed Dec 21, 2023
1 parent 215be7e commit 506ae99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.7"
jsonschema = "^4.4.0"
typing-extensions = "^3.10.0.2"
typing-extensions = "^4.0.0"

[tool.poetry.dev-dependencies]
# Starting from Python 3.8, asynctest is replaced with a unittest.mock.AsyncMock in standard library.
Expand Down

0 comments on commit 506ae99

Please sign in to comment.