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 fastapi-pagination from 0.11.2 to 0.12.19 #30

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ fastapi==0.109.1
# via
# -r requirements.in
# fastapi-pagination
fastapi-pagination==0.11.2
fastapi-pagination==0.12.19
# via -r requirements.in
greenlet==2.0.1
# via sqlalchemy
Expand Down Expand Up @@ -60,6 +60,7 @@ pycparser==2.21
# via cffi
pydantic==1.10.2
# via
# -r requirements.in
# fastapi
# fastapi-pagination
# sqlmodel
Expand All @@ -79,6 +80,7 @@ sniffio==1.3.0
# via anyio
sqlalchemy==1.4.41
# via
# -r requirements.in
# alembic
# sqlmodel
sqlalchemy2-stubs==0.0.2a29
Expand All @@ -93,6 +95,7 @@ typing-extensions==4.8.0
# via
# alembic
# fastapi
# fastapi-pagination
# pydantic
# sqlalchemy2-stubs
# typer
Expand Down
Loading