Compare commits

..

No commits in common. "ff3e258f132932dcf469aa15321a990bf209d9a5" and "eb120fb8ddf228145111977120338f6b3b7daed3" have entirely different histories.

3 changed files with 4 additions and 4 deletions

View File

@ -250,7 +250,7 @@ semgrep-sast:
test_coverage:
# extends: test
image: python:3.13-slim-trixie
image: python:3.12-slim-bookworm
allow_failure: true
stage: test
rules:

View File

@ -1,4 +1,4 @@
FROM python:3.13-alpine
FROM python:3.12-alpine
ARG VERSION
ARG COMMIT=""

View File

@ -1,8 +1,8 @@
fastapi==0.116.1
uvicorn[standard]==0.35.0
pyjwt==2.10.1
cryptography==45.0.6
cryptography==45.0.5
python-dateutil==2.9.0
sqlalchemy==2.0.43
sqlalchemy==2.0.42
markdown==3.8.2
python-dotenv==1.1.1