kornicameister / axion

An OpenAPI3 framework built on top of asyncio
Apache License 2.0
4 stars 1 forks source link

Bump openapi-spec-validator from 0.3.1 to 0.5.1 #563

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

Bumps openapi-spec-validator from 0.3.1 to 0.5.1.

Release notes

Sourced from openapi-spec-validator's releases.

0.5.1

Changelog

  • Responses schema validation #177

0.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 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.

0.5.0a3

Changeling

  • jsonschema subclassing fix #163
  • use jsonschema spec and yield from #164

0.5.0a2

Changelog

  • Use importlib_resources instead of pkg_resources #155
  • Use the json module to take care of the integer keys. #146

0.5.0a1

Changelog

  • Implements OpenAPI 3.1 spec validator #143

0.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

0.3.3

Changelog

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

0.3.2

Changelog

  • On validation error: add cause and context. #129
  • Switch to poetry and update dependencies #136
Commits
  • fb65952 Version 0.5.1
  • fccff53 Merge pull request #177 from p1c2u/fix/responses-schema-validation-fix
  • 14ebd85 Responses schema validation
  • ba1f596 Merge pull request #175 from jayvdb/patch-1
  • c7be80d test_validators.py: Fix spelling
  • cab6dd4 Version 0.5.0
  • 03d4937 remove default_handlers unused import
  • ded5eff Merge pull request #172 from p1c2u/refactor/shortcuts-refactor-and-validators...
  • 000a15d shortcuts refactor and validators explicit usage
  • 1ed28ff Merge pull request #171 from p1c2u/feature/cli-detect-spec-version
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #596.