Compare commits

...

14 Commits

Author SHA1 Message Date
renovate[bot]
43ce4b3e3a feat(deps): update actions/checkout action to v6 2025-12-31 16:15:28 +00:00
renovate[bot]
706048ae4f feat(deps): update dependency fastapi to v0.128.0 2025-12-27 16:42:36 +00:00
renovate[bot]
1b79d37db3 feat(deps): update dependency fastapi to v0.127.1 2025-12-26 17:10:35 +00:00
renovate[bot]
60609ebace feat(deps): update dependency apscheduler to v3.11.2 2025-12-22 01:34:05 +00:00
renovate[bot]
fadfd994ad feat(deps): update dependency fastapi to v0.127.0 2025-12-21 22:32:21 +00:00
renovate[bot]
596a782046 feat(deps): update dependency uvicorn to v0.40.0 2025-12-21 16:49:01 +00:00
renovate[bot]
2d382c6abe feat(deps): update dependency fastapi to v0.126.0 2025-12-20 18:13:49 +00:00
renovate[bot]
ddbf58f83e feat(deps): update dependency fastapi-pagination to v0.15.4 2025-12-19 22:35:40 +00:00
renovate[bot]
c181c5d782 feat(deps): update dependency fastapi to v0.125.0 2025-12-17 21:54:37 +00:00
renovate[bot]
82e9bc7f54 feat(deps): update dependency fastapi to v0.124.4 2025-12-12 17:12:49 +00:00
renovate[bot]
8fc0e9deea feat(deps): update dependency fastapi-pagination to v0.15.3 2025-12-12 04:05:38 +00:00
renovate[bot]
86b1a78dc8 feat(deps): update dependency fastapi to v0.124.2 2025-12-10 12:43:37 +00:00
renovate[bot]
51f53e3850 feat(deps): update dependency sqlalchemy to v2.0.45 2025-12-10 03:10:46 +00:00
renovate[bot]
793fc0e5db feat(deps): update dependency fastapi-pagination to v0.15.2 (#54)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-07 05:27:52 +00:00
2 changed files with 9 additions and 9 deletions

View File

@@ -27,7 +27,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: psf/black@stable
with:
options: "-l 100 --exclude '/.venv/|alembic/|/__init__.py'"
@@ -57,7 +57,7 @@ jobs:
POSTGRES_PASSWORD: root
POSTGRES_DB: fastapi
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: actions/setup-python@v5
with:
python-version: 3.13
@@ -79,7 +79,7 @@ jobs:
version: ${{ steps.git_version.outputs.version }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
fetch-tags: true
ref: ${{ github.ref }}
@@ -110,7 +110,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Log in to the Container registry
uses: docker/login-action@v3

View File

@@ -2,8 +2,8 @@ annotated-types==0.7.0
anyio==4.12.0
certifi==2025.11.12
creyPY[postgres]==3.0.0
fastapi==0.124.0
fastapi-pagination==0.15.1
fastapi==0.128.0
fastapi-pagination==0.15.4
h11==0.14.0
httpcore==1.0.8
httpx==0.28.1
@@ -15,7 +15,7 @@ pydantic==2.9.2
pydantic_core==2.23.4
python-dotenv==1.2.1
sniffio==1.3.1
SQLAlchemy==2.0.44
SQLAlchemy==2.0.45
starlette==0.50.0
typing_extensions==4.15.0
@@ -26,7 +26,7 @@ alembic==1.17.2 # Alembic
SQLAlchemy-Utils==0.41.2 # SQLAlchemy
click==8.3.1 # Uvicorn
uvicorn==0.38.0 # Uvicorn
uvicorn==0.40.0 # Uvicorn
iniconfig==2.3.0 # pytest
packaging==25.0 # pytest
@@ -35,5 +35,5 @@ pytest==8.4.2 # pytest
fastapi-filters==0.3.1 # Filters
APScheduler==3.11.1 # Scheduler for deletion
APScheduler==3.11.2 # Scheduler for deletion
tzlocal==5.3.1 # Scheduler for deletion