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 from 0.16.0 to 0.17.1 #4651

Merged
merged 1 commit into from
Jun 14, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 14, 2021

Bumps drf-spectacular from 0.16.0 to 0.17.1.

Changelog

Sourced from drf-spectacular's changelog.

0.17.1 (2021-06-12)

  • bugfix 201 response for (List)CreateAPIVIew [#428](https://github.com/tfranzel/drf-spectacular/issues/428) <https://github.com/tfranzel/drf-spectacular/issues/428>_
  • support paginated ListSerializer with field child [#413](https://github.com/tfranzel/drf-spectacular/issues/413) <https://github.com/tfranzel/drf-spectacular/issues/413>_
  • fix django-filter.BooleanFilter subclass issue [#317](https://github.com/tfranzel/drf-spectacular/issues/317) <https://github.com/tfranzel/drf-spectacular/issues/317>_
  • serializer field deprecation [#415](https://github.com/tfranzel/drf-spectacular/issues/415) <https://github.com/tfranzel/drf-spectacular/issues/415>_
  • improve extension documentation [#426](https://github.com/tfranzel/drf-spectacular/issues/426) <https://github.com/tfranzel/drf-spectacular/issues/426>_
  • improve type hints and fix mypy issues on tests.
  • add missing usage case to type hints [#418](https://github.com/tfranzel/drf-spectacular/issues/418) <https://github.com/tfranzel/drf-spectacular/issues/418>_
  • Typo(?) README fix [Jan Jurec]

Breaking changes / important additions:

  • This release is mainly for fixing incomplete type hints which mypy will potentially complain about.
  • A few small fixes that should either have no or a very small impact in schemas.

0.17.0 (2021-06-01)

  • improve type hint detection for Iterable and NamedTuple [#404](https://github.com/tfranzel/drf-spectacular/issues/404) <https://github.com/tfranzel/drf-spectacular/issues/404>_
  • bugfix ReadOnlyField when used as ListSerlializer child [#404](https://github.com/tfranzel/drf-spectacular/issues/404) <https://github.com/tfranzel/drf-spectacular/issues/404>_
  • improve component discard logic [#395](https://github.com/tfranzel/drf-spectacular/issues/395) <https://github.com/tfranzel/drf-spectacular/issues/395>_
  • allow disabling operation sorting for sorting in PREPROCESSIN_HOOKS [#410](https://github.com/tfranzel/drf-spectacular/issues/410) <https://github.com/tfranzel/drf-spectacular/issues/410>_
  • add regression test for [#407](https://github.com/tfranzel/drf-spectacular/issues/407) <https://github.com/tfranzel/drf-spectacular/issues/407>_
  • fix error on read-only serializer [Matthieu Treussart]
  • invert component exclusion logic (OpenApiSerializerExtension) [#351](https://github.com/tfranzel/drf-spectacular/issues/351) <https://github.com/tfranzel/drf-spectacular/issues/351>_ [#391](https://github.com/tfranzel/drf-spectacular/issues/391) <https://github.com/tfranzel/drf-spectacular/issues/391>_
  • add many=True support to PolymorphicProxySerializer [#382](https://github.com/tfranzel/drf-spectacular/issues/382) <https://github.com/tfranzel/drf-spectacular/issues/382>_
  • improve documentation, remove py2 wheel tag, mark as mypy-enabled
  • bugfix YAML serialization errors that are ok with JSON [#388](https://github.com/tfranzel/drf-spectacular/issues/388) <https://github.com/tfranzel/drf-spectacular/issues/388>_
  • bugfix missing auth extension for JWTTokenUserAuthentication [#387](https://github.com/tfranzel/drf-spectacular/issues/387) <https://github.com/tfranzel/drf-spectacular/issues/387>_
  • Rename MethodSerializerField -> SerializerMethodField in README [Christoph Krybus]

Breaking changes / important additions:

  • Quite a few small improvements. The biggest change is the inversion of the component discard logic. This should have no negative impact, but to be on the safe side we'll opt for a y-stream release.
  • The package is now marked as being typed, which should get picked up natively by mypy
Commits

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](https://github.com/tfranzel/drf-spectacular) from 0.16.0 to 0.17.1.
- [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.16.0...0.17.1)

---
updated-dependencies:
- dependency-name: drf-spectacular
  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 Jun 14, 2021
@valentijnscholten valentijnscholten merged commit 3817f3a into dev Jun 14, 2021
@dependabot dependabot bot deleted the dependabot/pip/dev/drf-spectacular-0.17.1 branch June 14, 2021 16:21
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