Skip to content

Commit 39f6fa4

Browse files
authored
Merge pull request #12 from jparise/validator-version
Stop assigning a version to our Validator
2 parents a1e3459 + 0a035d6 commit 39f6fa4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

openapi_schema_validator/validators.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@
4747
u"deprecated": oas_validators.not_implemented,
4848
},
4949
type_checker=oas_types.oas30_type_checker,
50-
version="oas30",
50+
# NOTE: version causes conflict with global jsonschema validator
51+
# See https://github.com/p1c2u/openapi-schema-validator/pull/12
52+
# version="oas30",
5153
id_of=lambda schema: schema.get(u"id", ""),
5254
)
5355

0 commit comments

Comments
 (0)