Update webargs requirement from ~=6.0 to >=6,<9
Updates the requirements on webargs to permit the latest version.
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:
unknowndefaults 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_multipleattribute. If a field setsis_multiple = Trueit will be detected as a multi-value field. Ifis_multipleis not set or is set toNone, webargs will check if the field is an instance ofListorTuple. (563)- A new attribute on
Parserobjects,Parser.KNOWN_MULTI_FIELDScan be used to set fields which should be detected asis_multiple=Trueeven when the attribute is not set (592).See docs on "Multi-Field Detection" for more details.
Bug fixes:
Tuplefield 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
739f3dbBump version and update changelog824e4baRun pre-commit autoupdate0357a52Bump flake8-bugbear from 21.3.2 to 21.4.3e92f875Bump sphinx from 3.5.2 to 3.5.3d954698Merge pull request #583 from sirosen/add-parser-preload353f496AddParser.pre_loadas an extension pointf953dffMerge pull request #594 from sirosen/make-tuple-multiple8e6e68aMerge pull request #595 from marshmallow-code/body_args_unknown_default_none3c179c1Update CHANGELOGe5aff1fBump flake8 from 3.8.4 to 3.9.0- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language -
@dependabot badge mewill 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)
One of your CI runs failed on this pull request, so Dependabot won't merge it.
- sloria.webargs-starlette (1)
- sloria.webargs-starlette (1) (tox_linux py36_x64)
- sloria.webargs-starlette (tox_linux py38_x64)
- sloria.webargs-starlette (1) (tox_linux py39_x64)
- sloria.webargs-starlette (tox_linux py37_x64)
- sloria.webargs-starlette (1) (tox_linux py37_x64)
- sloria.webargs-starlette (tox_linux py39_x64)
- sloria.webargs-starlette (1) (tox_linux py38_x64)
- sloria.webargs-starlette (tox_linux py36_x64)
Dependabot will still automatically merge this pull request if you amend it and your tests pass.
Hi, I was about to lend a hand to this upgrade (I use webargs-starlette, but need a newer webargs version), but I am not seeing any errors when running my tests locally, and the failure logs are no longer available. Can the this branch be rerun and if no errors existing (which I believe is the case) be merged and released?