Skip to content

Commit 6c23aa8

Browse files
authored
Merge pull request #227 from python-openapi/bump-typing-extensions-4.5.0
Bump typing-extensions from 4.3.0 to 4.5.0
2 parents 86de66b + c82f7a0 commit 6c23aa8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: poetry.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jsonschema = ">=4.0.0,<4.18.0"
5252
openapi-schema-validator = "^0.4.2"
5353
python = "^3.7.0"
5454
importlib-resources = {version = "^5.8.0", python = "<3.9" }
55-
typing-extensions = "^4.3.0"
55+
typing-extensions = {version = "^4.5.0", python = "<3.8" }
5656
jsonschema-spec = "^0.1.1"
5757
lazy-object-proxy = "^1.7.1"
5858

0 commit comments

Comments
 (0)