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-flex-fields from 0.9.0 to 1.0.2 #1

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 Jul 16, 2024

Bumps drf-flex-fields from 0.9.0 to 1.0.2.

Release notes

Sourced from drf-flex-fields's releases.

1.0.2

  • Adds control over whether recursive expansions are allowed and allows setting the max expansion depth. Thanks @​andruten!

1.0.1

0.9.9

  • Fixes bug in FlexFieldsFilterBackend. Thanks @​michaelschem!
  • Adds FlexFieldsDocsFilterBackend for schema population. Thanks @​Rjevski!

0.9.8

  • Set expandable fields as the default example for expand query parameters in coreapi.Field. Thanks @​JasperSui!

0.9.7

0.9.6

  • Makes it possible to use wildcard values with sparse fields requests.

0.9.5

0.9.3

Fixes bug where custom parameter names were not passed when constructing nested serializers. Thanks @​Kandeel4411!

0.9.2

  • Ensures context dict is passed down to expanded serializers. Thanks @​nikeshyad!

0.9.1

  • No longer auto removes source argument if it's equal to the field name.
Commits
  • 9dd6a91 Minor tweaks and updates version and release notes
  • 6531c5c Merge pull request #121 from andruten/expansion-depth-recursive
  • 0d3da72 Moved expansion validations from _get_permitted_expands_from_query_param to _...
  • 8582218 Removed _ in exception methods. Renamed recursive_expansion_found in favor of...
  • e348f3c Renamed _recursive_expansion_found in favor of _recursive_expansion_not_permi...
  • 9f1e04b Removed unused MagicMock
  • 6b8ff1a Added .idea and venv folders to gitignore
  • 8b799ef Updated README
  • 8c273ab Added tests
  • f45b4a6 Contributed _validate_recursive_expansion and _validate_expansion_depth, whic...
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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-flex-fields](https://github.com/rsinger86/drf-flex-fields) from 0.9.0 to 1.0.2.
- [Release notes](https://github.com/rsinger86/drf-flex-fields/releases)
- [Commits](rsinger86/drf-flex-fields@0.9.0...1.0.2)

---
updated-dependencies:
- dependency-name: drf-flex-fields
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 16, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants