Compare commits

..

2 Commits

Author SHA1 Message Date
renovate[bot]
49b74ea337 Merge 101a4995d9 into 667d108987 2026-04-15 08:39:00 +00:00
renovate[bot]
101a4995d9 feat(deps): update actions/setup-python action to v6 2026-04-15 08:38:56 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ jobs:
POSTGRES_DB: fastapi
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
with:
python-version: 3.13
cache: 'pip' # caching pip dependencies

View File

@@ -12,7 +12,7 @@ psycopg==3.3.3
psycopg-binary==3.3.3
psycopg-pool==3.3.0
pydantic==2.9.2
pydantic_core==2.46.0
pydantic_core==2.23.4
python-dotenv==1.2.2
sniffio==1.3.1
SQLAlchemy==2.0.49