Skip to content

RenovateBot: Update dependency openapi-spec-validator to v0.5.7

Matweb Bot requested to merge renovate/openapi-spec-validator-0.x into master

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

Compare Source

Changelog

v0.5.6

Compare Source

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

Compare Source

Changelog

  • update openapi-schema-validator dependecy #​194

v0.5.4

Compare Source

Changelog

  • schema properties validation recursion fix #​193

v0.5.3

Compare Source

Changelog

  • fix custom format checker not found test #​190
  • fix property missing reference validation #​191

v0.5.2

Compare Source

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

Compare Source

Changelog

  • Responses schema validation #​177

v0.5.0

Compare Source

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 and validate_v*_spec_url removed. Use validate_spec and validate_spec_url with validator parameter instead.
  • default_handlers (and whole handlers package) removed. Use handlers from jsonschema_spec.handlers instead.

v0.4.0

Compare Source

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

Compare Source

Changelog

  • Use valid licence registry identifier for Apache-2.0 licence #​139
  • add setuptools dependency for pkg_resources, sort deps #​141

v0.3.2

Compare Source

Changelog

  • On validation error: add cause and context. #​129
  • Switch to poetry and update dependencies #​136

v0.3.1

Compare Source

Changelog

  • File handler Windows compatibility fix (#​122)
  • Recurse references in validation (#​125)
  • A $ref may be a property name fix (#​124)

v0.3.0

Compare Source

Changelog

v0.2.10

Compare Source

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

Compare Source

Changelog

  • Adds support for pre-commit (#​83)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports