Compare commits

..

2 Commits

Author SHA1 Message Date
renovate[bot]
71f5c2a234 Merge 5384bb8e86 into f49126f403 2025-08-11 17:48:46 +00:00
renovate[bot]
5384bb8e86 feat(deps): update dependency python to 3.13 2025-08-10 13:09:11 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.12
python-version: 3.13
cache: 'pip' # caching pip dependencies
- name: Setup tests (install dependencies, run migrations)
run: |

View File

@@ -15,7 +15,7 @@ pydantic==2.9.2
pydantic_core==2.23.4
python-dotenv==1.1.1
sniffio==1.3.1
SQLAlchemy==2.0.43
SQLAlchemy==2.0.42
starlette==0.47.2
typing_extensions==4.14.1