Skip to content

Commit b113803

Browse files
committed
Openapi-schema-validator 0.7 and openapi-spec-validator 0.8 upgrades
1 parent 0716ba2 commit b113803

File tree

3 files changed

+91
-50
lines changed

3 files changed

+91
-50
lines changed

poetry.lock

Lines changed: 88 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ aiohttp = {version = ">=3.0", optional = true}
6767
starlette = {version = ">=0.40.0,<0.60.0", optional = true}
6868
isodate = "*"
6969
more-itertools = "*"
70-
openapi-schema-validator = "^0.6.0"
71-
openapi-spec-validator = {version = "^0.8.0b3", allow-prereleases = true}
70+
openapi-schema-validator = ">=0.7.0,<0.9.0"
71+
openapi-spec-validator = "^0.8.0"
7272
requests = {version = "*", optional = true}
7373
werkzeug = ">=2.1.0"
74-
jsonschema-path = {version = "^0.4.0b8", allow-prereleases = true}
74+
jsonschema-path = "^0.4.2"
7575
jsonschema = "^4.23.0"
7676
multidict = {version = "^6.0.4", optional = true}
7777
aioitertools = {version = ">=0.11,<0.14", optional = true}

tests/integration/unmarshalling/test_unmarshallers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1719,7 +1719,6 @@ def test_basic_type_oas30_formats(
17191719
"type,format,value",
17201720
[
17211721
("string", "byte", "passwd"),
1722-
("string", "binary", "test"),
17231722
],
17241723
)
17251724
def test_basic_type_oas30_formats_invalid(

0 commit comments

Comments
 (0)