Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2025

Bumps apispec from 6.3.1 to 6.8.0.

Changelog

Sourced from apispec's changelog.

6.8.0 (2024-12-02)


Features:

  • Allow properties on $ref objects for OpenAPI 3.1 (:pr:958). Thanks :user:luhn for the PR.

Bug fixes:

  • Fix nullable nested schemas with metadata in OpenAPI 3.0 (:issue:955). Thanks :user:luhn for the catch and patch.

6.7.1 (2024-11-04)


Bug fixes:

  • Fix rendering of nullable nested fields in 3.0 spec (:issue:952). Thanks :user:ShepleySound for the catch and patch.

6.7.0 (2024-10-20)


Bug fixes:

  • Fix handling of fields.Dict() with values unset (:issue:949). Thanks :user:luhn for the catch and patch.

Other changes:

  • Officially support Python 3.13 (:pr:948).
  • Drop support for Python 3.8 (:pr:947).

6.6.1 (2024-04-22)


Bug fixes:

  • MarshmallowPlugin: Fix handling of Nested fields with allow_none=True (:issue:833). Thanks :user:jc-harrison for reporting and :user:kolditz-senec for the PR.

6.6.0 (2024-03-15)


Features:

  • Add IP fields to DEFAULT_FIELD_MAPPING (:pr:892) to document format. Thanks :user:cjproud` for the PR.

... (truncated)

Commits
  • 6583194 Bump version and update changelog
  • a44ce23 [pre-commit.ci] pre-commit autoupdate
  • a37c3e5 Minor rework of test_field2property_nested_spec_metadatas
  • a52e7bc Merge pull request #958 from luhn/allow-properties-with-refs
  • 7e5f5ed Merge pull request #957 from luhn/nested-schema-with-description
  • 7975a12 Fix nullable nested schemas with metadata..
  • a942edd Allow properties on $ref objects for OpenAPI 3.1.
  • 209a7d8 Bump sphinx-rtd-theme from 3.0.1 to 3.0.2 (#956)
  • 2258c62 Bump version and update changelog
  • ab516ce Add @​ShepleySound to AUTHORS.rst
  • 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 [apispec](https://github.com/marshmallow-code/apispec) from 6.3.1 to 6.8.0.
- [Changelog](https://github.com/marshmallow-code/apispec/blob/dev/CHANGELOG.rst)
- [Commits](marshmallow-code/apispec@6.3.1...6.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 1, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 1, 2025

Superseded by #4124.

@dependabot dependabot bot closed this Feb 1, 2025
@dependabot dependabot bot deleted the dependabot/pip/develop/apispec-6.8.0 branch February 1, 2025 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant