Compare commits

..

3 Commits

Author SHA1 Message Date
Oscar Krause
75ab1e8f81 Merge branch 'python-josepy' into 'main'
Migrate from "python-jose" to an alternative

See merge request oscar.krause/fastapi-dls!52
2025-08-14 13:06:50 +02:00
Oscar Krause
ff3e258f13 requirements.txt updated 2025-08-14 11:04:56 +02:00
Oscar Krause
cad7658e8e updated python to 3.13 2025-08-14 11:03:59 +02:00
3 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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