Skip to content

Commit

Permalink
Merge pull request #203 from python-openapi/fix/jsonschema-4.17-depen…
Browse files Browse the repository at this point in the history
…dency-limit

jsonschema 4.17 dependency limit
  • Loading branch information
p1c2u committed Mar 17, 2023
2 parents 93fe60e + afcf3b4 commit c0934b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ include = [
]

[tool.poetry.dependencies]
jsonschema = "^4.0.0"
jsonschema = ">=4.0.0,<4.18.0"
openapi-schema-validator = "^0.4.2"
python = "^3.7.0"
requests = {version = "*", optional = true}
Expand Down

0 comments on commit c0934b3

Please sign in to comment.