Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Bump djangorestframework-dataclasses from 1.1.1 to 1.2.0 #118

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 28, 2022

Bumps djangorestframework-dataclasses from 1.1.1 to 1.2.0.

Release notes

Sourced from djangorestframework-dataclasses's releases.

v1.2.0

  • Allow all types, including special forms such as unions, to have their field type overridden through the serializer_field_mapping dictionary.
  • Also treat unions containing None as optional if they consist of three or more members. Previously this was only the case for unions with two members (i.e. only unions of a type with None were optional).
  • Many added and fixed type hints.
Changelog

Sourced from djangorestframework-dataclasses's changelog.

1.2.0, 18 November 2022

Features & fixes:

  • Allow all types, including special forms such as unions, to have their field type overridden through the serializer_field_mapping dictionary.
  • Also treat unions containing None as optional if they consist of three or more members. Previously this was only the case for unions with two members (i.e. only unions of a type with None were optional).
  • Many added and fixed type hints.
Commits
  • 51664e1 Release v1.2.0
  • 6a3a188 Merge pull request #66 from oxan/mypy
  • 1bfdfea Fix formatting
  • 97f770d Add some more type hints
  • cb7335b Explicitly enable PEP 563 annotations
  • 422d886 Use consistent style for typing
  • 8a68e20 Add casts/ignores to fix remaining mypy errors
  • 6f9ac6f Add type hints for mypy
  • 087d81d Convert compatibility imports to sys.version_info
  • 9135e96 Make TypeInfo.base_type be Any for unknown types
  • 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 [djangorestframework-dataclasses](https://github.com/oxan/djangorestframework-dataclasses) from 1.1.1 to 1.2.0.
- [Release notes](https://github.com/oxan/djangorestframework-dataclasses/releases)
- [Changelog](https://github.com/oxan/djangorestframework-dataclasses/blob/master/CHANGELOG.rst)
- [Commits](oxan/djangorestframework-dataclasses@v1.1.1...v1.2.0)

---
updated-dependencies:
- dependency-name: djangorestframework-dataclasses
  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 Nov 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.

None yet

0 participants