Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump openapi-core from 0.14.5 to 0.18.0 #1822

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 7, 2023

Bumps openapi-core from 0.14.5 to 0.18.0.

Release notes

Sourced from openapi-core's releases.

0.18.0

This version drops support for Python 3.7

Upgrades

  • Compatibility with jsonschema 4.18, jsonschema-spec 0.2, openapi-schema-validator 0.6 and openapi-spec-validator 0.6 #597
  • Update dependencies #616

Deprecations

  • spec_url parameter of Spec.from_dict is deprecated. Use base_uri instead. #597
  • ref_resolver_handlers parameter of Spec.from_dict is deprecated. Use handlers instead. #597

Backward incompatibilities

  • Drop python 3.7 support #595
  • Format validators ignore other types and pass (in accordance with the specification) #597
  • Remove deprecated features #598
    • Spec.create method
    • spec as a first parameter for validate_request and validate_response shortcuts
    • validator parameter for validate_request and validate_response shortcuts
    • return unmarshalling data result for validate_request and validate_response shortcuts
    • RequestValidator, ResponseValidator and openapi_ objects
    • custom_deserializersparameter
    • custom_formattersparameter

0.18.0a1

This version drops support for Python 3.7

Features

  • Compatibility with jsonschema 4.18, jsonschema-spec 0.2, openapi-schema-validator 0.6 and openapi-spec-validator 0.6 #597
    • spec_url parameter of Spec.from_dict is deprecated. Use base_uri instead.
    • ref_resolver_handlers parameter of Spec.from_dict is deprecated. Use handlers instead.

Backward incompatibilities

  • Drop python 3.7 support #595
  • Format validators ignore other types and pass (in accordance with the specification) #597
  • Remove deprecated features #598
    • Spec.create method
    • spec as a first parameter for validate_request and validate_response shortcuts
    • validator parameter for validate_request and validate_response shortcuts
    • return unmarshalling data result for validate_request and validate_response shortcuts
    • RequestValidator, ResponseValidator and openapi_ objects
    • custom_deserializersparameter
    • custom_formattersparameter

0.17.2

Features

  • Integrations: Add support for aiohttp.web #571

Fixes

  • Integrations: requests strip mimetype fix #553

... (truncated)

Commits
  • 47edabf Version 0.18.0
  • ac6c6ef Merge pull request #616 from python-openapi/feature/update-dependencies
  • 8d32d70 Update dependencies
  • 26e91fa Merge pull request #613 from python-openapi/dependabot/pip/sphinx-immaterial-...
  • 9317a32 Merge pull request #614 from python-openapi/dependabot/pip/django-4.2.3
  • 8eaded6 Bump django from 4.2.2 to 4.2.3
  • 36ac8cb Bump sphinx-immaterial from 0.11.4 to 0.11.5
  • eefcb86 Merge pull request #610 from python-openapi/dependabot/pip/mypy-1.4.1
  • 0f04159 Merge pull request #611 from python-openapi/dependabot/pip/pytest-7.4.0
  • 564e324 Bump pytest from 7.3.2 to 7.4.0
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [openapi-core](https://github.com/python-openapi/openapi-core) from 0.14.5 to 0.18.0.
- [Release notes](https://github.com/python-openapi/openapi-core/releases)
- [Commits](python-openapi/openapi-core@0.14.5...0.18.0)

---
updated-dependencies:
- dependency-name: openapi-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner September 7, 2023 19:39
@dependabot dependabot bot added bumpless Changes to documentation, CI/CD pipelines, etc that don't affect the project's version minor Bump the minor version number of this project labels Sep 7, 2023
@jtherrmann
Copy link
Contributor

Blocked by #1193

@jtherrmann jtherrmann marked this pull request as draft September 7, 2023 22:15
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 14, 2023

Superseded by #1835.

@dependabot dependabot bot closed this Sep 14, 2023
@dependabot dependabot bot deleted the dependabot/pip/openapi-core-0.18.0 branch September 14, 2023 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bumpless Changes to documentation, CI/CD pipelines, etc that don't affect the project's version minor Bump the minor version number of this project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant