Bump fastapi-pagination from 0.13.3 to 0.14.0
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(10 months ago)
(10 months ago)
dependencies python:uv
Bumps fastapi-pagination from 0.13.3 to 0.14.0.
Release notes
Sourced from fastapi-pagination's releases.
0.14.0
Breaking Changes in v0.14.0
1.
totalbecomes required by default
totalfield now becomes required inPageandLimitOffsetPageclasses. It was previously optional, but now it is required for non-optional pages.2.
UseIncludeTotalupdatestotalfield type.
UseIncludeTotalcustomization now updatestotalfield to required or optional based on its value.3.
CursorPagenow includestotalfield by default
CursorPageclass now includestotalfield by default. Now all pages have same default behavior regardingtotalfield.You can still use
UseIncludeTotalto disabletotalfield inCursorPage.from typing import TypeVarfrom fastapi_pagination.cursor import CursorPage from fastapi_pagination.customization import UseIncludeTotal, CustomizedPage
T = TypeVar("T")
CursorPageNoTotal = CustomizedPage[ CursorPage[T], UseIncludeTotal(False), ]
4.
beaniemin version update
beaniepackage now requires version2.0.0or higher.0.14.0b1
First beta version of
v0.14.0version.Breaking Changes in v0.14
1.
totalbecomes required by default
totalfield now becomes required inPageandLimitOffsetPageclasses. It was previously optional, but now it is required for non-optional pages.2.
UseIncludeTotalupdatestotalfield type.
... (truncated)
Commits
fd1388cBump to next version [no ci]642c16bMerge pull request #1577 from uriyyo/dependabot/uv/requests-2.32.59f9d29fBump requests from 2.32.4 to 2.32.5e8e3c71Merge pull request #1576 from uriyyo/dependabot/uv/mkdocs-material-9.6.17538fe1bBump mkdocs-material from 9.6.16 to 9.6.17688936dMerge pull request #1574 from uriyyo/dependabot/uv/bunnet-1.3.09f7e966Bump bunnet from 1.1.0 to 1.3.0e096b25Merge pull request #1572 from uriyyo/dependabot/uv/sqlalchemy-2.0.43077006fBump sqlalchemy from 2.0.42 to 2.0.4364492a9Merge pull request #1571 from uriyyo/dependabot/uv/pre-commit-4.3.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.
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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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)
Pull Request Statistics
0
0
+0
-0
Package Dependencies
Technical Details
| ID: | 5770125 |
| UUID: | 2770304453 |
| Node ID: | PR_kwDOO1pBFM6lH33F |
| Host: | GitHub |
| Repository: | DataIntegrationGroup/NMSampleLocations |