Skip to content

Commit dd89ae9

Browse files
authored
Merge pull request #163 from p1c2u/fix/jasonschema-4-12.1-compatibility-fix
jsonschema subclassing fix
2 parents a29b4f9 + 1c40f87 commit dd89ae9

File tree

2 files changed

+20
-58
lines changed

2 files changed

+20
-58
lines changed

openapi_spec_validator/factories.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
)
99

1010

11-
class Draft4ExtendedValidatorFactory(Draft4Validator):
11+
class Draft4ExtendedValidatorFactory:
1212
"""Draft4Validator with extra validators factory that follows $refs
1313
in the schema being validated."""
1414

poetry.lock

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

0 commit comments

Comments
 (0)