RenovateBot: Update dependency openapi-spec-validator to v0.5.7
This MR contains the following updates:
Package | Update | Change |
---|---|---|
openapi-spec-validator | minor |
==0.2.8 -> ==0.5.7
|
Release Notes
python-openapi/openapi-spec-validator
v0.5.7
Changelog
v0.5.6
Changelog
- Fix typo in server variables schema for OpenAPI 3.1.0 #198
- Include tests in sdist archives #199
- jsonschema 4.17 dependency limit #203
- add python 3.11 support #204
v0.5.5
Changelog
- update openapi-schema-validator dependecy #194
v0.5.4
Changelog
- schema properties validation recursion fix #193
v0.5.3
Changelog
v0.5.2
Changelog
- Use stdlib importlib.resources on python >= 3.9 #174
- mypy typing module version fix #181
- Drop no longer used runtime dependency on PyYAML #180
- allow openapi-schema-validator 0.4 #187
v0.5.1
Changelog
- Responses schema validation #177
v0.5.0
Changelog
- detect spec schema version #167
- static types and Mypy static type check #168
- tests mark network #169
- schemas and validators lazy loading proxy #170
- CLI detect spec version #171
- Shortcuts refactor and validators explicit usage #172
Backward incompatibilities
- redundant shortcuts
validate_v*_spec
andvalidate_v*_spec_url
removed. Usevalidate_spec
andvalidate_spec_url
withvalidator
parameter instead. -
default_handlers
(and wholehandlers
package) removed. Use handlers fromjsonschema_spec.handlers
instead.
v0.4.0
Changelog
- Drop Python 2.7, 3.5 and 3.6 support #137
- Add Python 3.10 support #137
- Bump dependency upper bounds #137
- Drop pyrsistent direct dependency #142
v0.3.3
Changelog
- Use valid licence registry identifier for Apache-2.0 licence #139
- add setuptools dependency for pkg_resources, sort deps #141
v0.3.2
Changelog
v0.3.1
Changelog
- File handler Windows compatibility fix (#122)
- Recurse references in validation (#125)
- A $ref may be a property name fix (#124)
v0.3.0
Changelog
- Latest spec 3.0 schema (#110)
v0.2.10
Changelog
- Switched to using requests rather than direct use of urllib3 (#93)
- Handlers timeout param fix (#107)
- Detect duplicate operationId fix (#109)
- Repair default and $ref issue (#91)
v0.2.9
Changelog
- Adds support for pre-commit (#83)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.