Skip to content

Commit 0ac7a43

Browse files
RobbeSneydersp1c2u
authored andcommitted
Bump jsonschema and openapi-schema-validator upper bounds
1 parent 4c1b7d9 commit 0ac7a43

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
@@ -32,8 +32,8 @@ classifiers = [
3232
]
3333

3434
[tool.poetry.dependencies]
35-
jsonschema = ">=3.2.0, <4.0.0"
36-
openapi-schema-validator = "<0.2.0"
35+
jsonschema = ">=3.2.0, <5.0.0"
36+
openapi-schema-validator = "^0.2.0"
3737
pyrsistent = "<0.17.0"
3838
python = ">= 3.6"
3939
PyYAML = ">=5.1"

0 commit comments

Comments
 (0)