An open index of dependabot pull requests across open source projects.

Bump fastapi-pagination from 0.13.3 to 0.14.0

Open
Number: #102
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: August 25, 2025 at 01:26 AM UTC
(10 months ago)
Updated: August 25, 2025 at 10:21 PM UTC
(10 months ago)
Labels:
dependencies python:uv
Description:

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. total becomes required by default

total field now becomes required in Page and LimitOffsetPage classes. It was previously optional, but now it is required for non-optional pages.

2. UseIncludeTotal updates total field type.

UseIncludeTotal customization now updates total field to required or optional based on its value.

3. CursorPage now includes total field by default

CursorPage class now includes total field by default. Now all pages have same default behavior regarding total field.

You can still use UseIncludeTotal to disable total field in CursorPage.

from typing import TypeVar

from fastapi_pagination.cursor import CursorPage from fastapi_pagination.customization import UseIncludeTotal, CustomizedPage

T = TypeVar("T")

CursorPageNoTotal = CustomizedPage[ CursorPage[T], UseIncludeTotal(False), ]

4. beanie min version update

beanie package now requires version 2.0.0 or higher.

0.14.0b1

First beta version of v0.14.0 version.

Breaking Changes in v0.14

1. total becomes required by default

total field now becomes required in Page and LimitOffsetPage classes. It was previously optional, but now it is required for non-optional pages.

2. UseIncludeTotal updates total field type.

... (truncated)

Commits
  • fd1388c Bump to next version [no ci]
  • 642c16b Merge pull request #1577 from uriyyo/dependabot/uv/requests-2.32.5
  • 9f9d29f Bump requests from 2.32.4 to 2.32.5
  • e8e3c71 Merge pull request #1576 from uriyyo/dependabot/uv/mkdocs-material-9.6.17
  • 538fe1b Bump mkdocs-material from 9.6.16 to 9.6.17
  • 688936d Merge pull request #1574 from uriyyo/dependabot/uv/bunnet-1.3.0
  • 9f7e966 Bump bunnet from 1.1.0 to 1.3.0
  • e096b25 Merge pull request #1572 from uriyyo/dependabot/uv/sqlalchemy-2.0.43
  • 077006f Bump sqlalchemy from 2.0.42 to 2.0.43
  • 64492a9 Merge pull request #1571 from uriyyo/dependabot/uv/pre-commit-4.3.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.


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)
Pull Request Statistics
Commits:
0
Files Changed:
0
Additions:
+0
Deletions:
-0
Package Dependencies
Ecosystem:
pip
Version Change:
0.13.3 → 0.14.0
Update Type:
Minor
Technical Details
ID: 5770125
UUID: 2770304453
Node ID: PR_kwDOO1pBFM6lH33F
Host: GitHub
Repository: DataIntegrationGroup/NMSampleLocations