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 drf-spectacular[sidecar] from 0.26.2 to 0.26.3 #1370

Merged
merged 1 commit into from
Jun 26, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 23, 2023

Bumps drf-spectacular[sidecar] from 0.26.2 to 0.26.3.

Release notes

Sourced from drf-spectacular[sidecar]'s releases.

0.26.3

Important notes

  • No major changes but a multiude of small improvements.
  • We are now a lot more tolerant when it comes to writing extensions for non-standard classes (e.g. Pydantic).
  • There should be no unexpected schema changes except for when djangorestframework_camel_case's Middleware is used.

PRs

New Contributors

Full Changelog: tfranzel/drf-spectacular@0.26.2...0.26.3

Changelog

Sourced from drf-spectacular[sidecar]'s changelog.

0.26.3 (2023-06-22)

  • allow implicit list expansion of PolymorphicProxySerializer [#995](https://github.com/tfranzel/drf-spectacular/issues/995) <https://github.com/tfranzel/drf-spectacular/issues/995>_
  • selectively distinguish real serializers from mocked ones [#1006](https://github.com/tfranzel/drf-spectacular/issues/1006) <https://github.com/tfranzel/drf-spectacular/issues/1006>_
  • fix functionality gap for decoration of django-filter fields [#1007](https://github.com/tfranzel/drf-spectacular/issues/1007) <https://github.com/tfranzel/drf-spectacular/issues/1007>_
  • add pydantic blueprint
  • robustify subclass check in extensions [#1006](https://github.com/tfranzel/drf-spectacular/issues/1006) <https://github.com/tfranzel/drf-spectacular/issues/1006>_
  • Prevent exception for non-serializer classes targeted by SerializerExtensions [#1006](https://github.com/tfranzel/drf-spectacular/issues/1006) <https://github.com/tfranzel/drf-spectacular/issues/1006>_
  • add middleware support for djangorestframework_camel_case
  • close functionality gap in drf dataclasses naming [#1004](https://github.com/tfranzel/drf-spectacular/issues/1004) <https://github.com/tfranzel/drf-spectacular/issues/1004>_
  • fix: Camelize query parameters [v.kovalchuk]
  • docs(examples): Fix wrong bool value in example [schew2381]
  • bugfix test [#991](https://github.com/tfranzel/drf-spectacular/issues/991) <https://github.com/tfranzel/drf-spectacular/issues/991>_
  • bugfix duplicate enum list for django-filter [#991](https://github.com/tfranzel/drf-spectacular/issues/991) <https://github.com/tfranzel/drf-spectacular/issues/991>_
  • dj-rest-auth test changes 3.x -> 4.x
  • Add blocks to redoc template [#978](https://github.com/tfranzel/drf-spectacular/issues/978) <https://github.com/tfranzel/drf-spectacular/issues/978>_

Breaking changes / important additions:

  • no major changes but a multiude of small improvements.
  • we are now a lot more tolerant when it comes to writing extensions for non-standard classes (e.g. Pydantic).
  • there should be no unexpected schema changes except for when djangorestframework_camel_case's Middleware is used.
Commits
  • e0f749e lint docs
  • 5b72f07 version bump
  • dd645b6 Merge pull request #1012 from tfranzel/poly_implicit_many
  • fbade72 allow implicit list expansion of PolymorphicProxySerializer #995
  • e768e5e Merge pull request #1011 from tfranzel/smart_list_serializer_check
  • 5fe55a1 selectively distinguish real serializers from mocked ones #1006
  • ae52f23 Merge pull request #1009 from tfranzel/pydantic_blockers
  • c74f607 Merge pull request #1010 from tfranzel/fix_1007
  • a0860bd fix functionality gap for decoration of django-filter fields #1007
  • 9bae4f0 add pydantic blueprint
  • 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)

Bumps [drf-spectacular[sidecar]](https://github.com/tfranzel/drf-spectacular) from 0.26.2 to 0.26.3.
- [Release notes](https://github.com/tfranzel/drf-spectacular/releases)
- [Changelog](https://github.com/tfranzel/drf-spectacular/blob/master/CHANGELOG.rst)
- [Commits](tfranzel/drf-spectacular@0.26.2...0.26.3)

---
updated-dependencies:
- dependency-name: drf-spectacular[sidecar]
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Jun 23, 2023
@rolandgeider rolandgeider merged commit 0b22106 into master Jun 26, 2023
5 checks passed
@dependabot dependabot bot deleted the dependabot/pip/drf-spectacular-sidecar--0.26.3 branch June 26, 2023 09:43
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