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 webargs from 5.5.3 to 8.0.0 #693

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

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps webargs from 5.5.3 to 8.0.0.

Changelog

Sourced from webargs's changelog.

8.0.0 (2021-04-08)

Features:

  • Add Parser.pre_load as a method for allowing users to modify data before schema loading, but without redefining location loaders. See advanced docs on Parser pre_load for usage information. (583)
  • Backwards-incompatible: unknown defaults to None for body locations (json, form and json_or_form) (580).
  • Detection of fields as "multi-value" for unpacking lists from multi-dict types is now extensible with the is_multiple attribute. If a field sets is_multiple = True it will be detected as a multi-value field. If is_multiple is not set or is set to None, webargs will check if the field is an instance of List or Tuple. (563)
  • A new attribute on Parser objects, Parser.KNOWN_MULTI_FIELDS can be used to set fields which should be detected as is_multiple=True even when the attribute is not set (592).

See docs on "Multi-Field Detection" for more details.

Bug fixes:

  • Tuple field now behaves as a "multiple" field (585).

7.0.1 (2020-12-14)

Bug fixes:

  • Fix DelimitedList and DelimitedTuple to pass additional keyword arguments through their _serialize methods to the child fields and fix type checking on these classes. (569) Thanks to decaz for reporting.

7.0.0 (2020-12-10)

Changes:

  • Backwards-incompatible: Drop support for webapp2 (565).
  • Add type annotations to Parser class, DelimitedList, and DelimitedTuple. (566)

7.0.0b2 (2020-12-01)

Features:

  • DjangoParser now supports the headers location. (540)
  • FalconParser now supports a new media location, which uses Falcon's media decoding. (253)

media behaves very similarly to the json location but also supports any registered media handler. See the Falcon documentation on media types for more details.

Changes:

  • FalconParser defaults to the media location instead of json. (253)
  • Test against Python 3.9 (552).
  • Backwards-incompatible: Drop support for Python 3.5 (553).

7.0.0b1 (2020-09-11)

... (truncated)

Commits
  • 739f3db Bump version and update changelog
  • 824e4ba Run pre-commit autoupdate
  • 0357a52 Bump flake8-bugbear from 21.3.2 to 21.4.3
  • e92f875 Bump sphinx from 3.5.2 to 3.5.3
  • d954698 Merge pull request #583 from sirosen/add-parser-preload
  • 353f496 Add Parser.pre_load as an extension point
  • f953dff Merge pull request #594 from sirosen/make-tuple-multiple
  • 8e6e68a Merge pull request #595 from marshmallow-code/body_args_unknown_default_none
  • 3c179c1 Update CHANGELOG
  • e5aff1f Bump flake8 from 3.8.4 to 3.9.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.

If all status checks pass Dependabot will automatically merge this pull request.


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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added dependencies python Pull requests that update Python code labels Apr 9, 2021
@dependabot-preview
Copy link
Contributor Author

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants