Skip to content

chore(deps): bump fastapi-pagination from 0.12.27 to 0.12.28 in /src#9

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/src/fastapi-pagination-0.12.28
Closed

chore(deps): bump fastapi-pagination from 0.12.27 to 0.12.28 in /src#9
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/src/fastapi-pagination-0.12.28

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2024

Bumps fastapi-pagination from 0.12.27 to 0.12.28.

Release notes

Sourced from fastapi-pagination's releases.

0.12.28

  • Add better logic for sqlalchemy scalars unwrapping. #1281
  • Fix issue with sqlalchemy imports for gino ext. #1282
  • Fix issue with incorrect body schema. #1299

Breaking changes

sqlachemy extension no longer requires to use items_transformer when selecting scalar field:

This code is no longer valid:

paginate(session, select(User.name), transformer=lambda items: [{'name': item} for item in items])

The correct version now is:

paginate(session, select(User.name))
Commits
  • 62600b1 Merge pull request #1304 from uriyyo/dependabot/pip/pymdown-extensions-10.10.2
  • b4bfea6 Bump pymdown-extensions from 10.10.1 to 10.10.2
  • ab3f6d1 Merge pull request #1302 from uriyyo/dependabot/pip/ruff-0.6.8
  • 197aad3 Bump ruff from 0.6.7 to 0.6.8
  • 622440b Merge pull request #1303 from uriyyo/dependabot/pip/mkdocs-material-9.5.38
  • 5aa522a Bump mkdocs-material from 9.5.37 to 9.5.38
  • ab17b80 Merge pull request #1301 from uriyyo/dependabot/pip/faker-30.0.0
  • a65d61e Bump faker from 29.0.0 to 30.0.0
  • af4f40f Merge pull request #1300 from uriyyo/dependabot/pip/mkdocs-material-9.5.37
  • 9cc6f39 Bump mkdocs-material from 9.5.36 to 9.5.37
  • 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 [fastapi-pagination](https://github.com/uriyyo/fastapi-pagination) from 0.12.27 to 0.12.28.
- [Release notes](https://github.com/uriyyo/fastapi-pagination/releases)
- [Commits](uriyyo/fastapi-pagination@0.12.27...0.12.28)

---
updated-dependencies:
- dependency-name: fastapi-pagination
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Sep 30, 2024
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 7, 2024

Superseded by #10.

@dependabot dependabot bot closed this Oct 7, 2024
@dependabot dependabot bot deleted the dependabot/pip/src/fastapi-pagination-0.12.28 branch October 7, 2024 09:08
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.

0 participants