Skip to content

Commit 9e915db

Browse files
committed
Bump jsonschema and openapi-schema-validator upper bounds
1 parent 384f662 commit 9e915db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ classifiers = [
3333

3434
[tool.poetry.dependencies]
3535
python = ">= 3.6"
36-
jsonschema = ">=3.2.0, <4.0.0"
36+
jsonschema = ">=3.2.0, <5.0.0"
3737
pyrsistent = "<0.17.0"
3838
PyYAML = ">=5.1"
39-
openapi-schema-validator = "<0.2.0"
39+
openapi-schema-validator = "<1.0.0"
4040
requests = {version = "*", optional = true}
4141

4242
[tool.poetry.extras]

0 commit comments

Comments
 (0)