Skip to content

Commit b2470c2

Browse files
nezharp1c2u
authored andcommitted
python-openapi/openapi-core#296: Update dependencies
1 parent 5df6816 commit b2470c2

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

poetry.lock

Lines changed: 6 additions & 5 deletions
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
@@ -32,8 +32,8 @@ classifiers = [
3232
]
3333

3434
[tool.poetry.dependencies]
35-
jsonschema = ">=3.2.0, <5.0.0"
36-
openapi-schema-validator = "^0.2.0"
35+
jsonschema = "^4.0.0"
36+
openapi-schema-validator = {version = "^0.3.0a1", allow-prereleases = true}
3737
python = "^3.7.0"
3838
PyYAML = ">=5.1"
3939
requests = {version = "*", optional = true}

0 commit comments

Comments
 (0)