Skip to content

Commit e702dc4

Browse files
authored
Merge pull request #588 from python-openapi/bump-typing-extensions-4.5.0
Bump typing-extensions from 4.3.4 to 4.5.0
2 parents 8043cbf + 20ef42c commit e702dc4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ openapi-schema-validator = "^0.4.2"
6868
openapi-spec-validator = "^0.5.0"
6969
requests = {version = "*", optional = true}
7070
werkzeug = "*"
71-
typing-extensions = "^4.3.0"
72-
jsonschema-spec = "^0.1.1"
71+
typing-extensions = {version = "^4.5.0", python = "<3.8" }
72+
jsonschema-spec = "^0.1.6"
7373
backports-cached-property = {version = "^1.0.2", python = "<3.8" }
7474
asgiref = "^3.6.0"
7575
jsonschema = "^4.17.3"

0 commit comments

Comments
 (0)