1 Commits

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

See merge request oscar.krause/fastapi-dls!52
2025-08-11 07:19:22 +02:00
5 changed files with 8 additions and 20 deletions

View File

@@ -1,11 +0,0 @@
# https://packages.debian.org/hu/
fastapi==0.115.11
uvicorn[standard]==0.32.0
pyjwt==2.10.1
cryptography==43.0.0
python-dateutil==2.9.0
sqlalchemy==2.0.40
markdown==3.7
python-dotenv==1.0.1
jinja2==3.1.6
httpx==0.28.1

View File

@@ -175,9 +175,9 @@ test:apt:
- debian:trixie-slim # EOL: t.b.a.; "python3-jose" not available, but "python3-josepy" or "python3-jwt"
- debian:bookworm-slim # EOL: June 06, 2026
- debian:bullseye-slim # EOL: June 06, 2026
- ubuntu:24.04 # EOL: April 2036 (Noble Numbat)
- ubuntu:25.04 # EOL: January 2026 (Plucky Puffin); "python3-jose" not available, but "python3-josepy" or "python3-jwt"
- ubuntu:25.10 # EOL: July 2026 (Questing Quokka);
- ubuntu:24.04 # EOL: April 2036
- ubuntu:24.10 # EOL: t.b.a.; "python3-jose" not available, but "python3-josepy" or "python3-jwt"
- ubuntu:25.04 # EOL: t.b.a.; "python3-jose" not available, but "python3-josepy" or "python3-jwt"
needs:
- job: build:apt
artifacts: true
@@ -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

@@ -328,7 +328,6 @@ Packages are available here:
Successful tested with (**LTS Version**):
- **Debian 13 (Trixie)** (EOL: June 30, 2028)
- **Debian 12 (Bookworm)** (EOL: June 06, 2026)
- *Ubuntu 22.10 (Kinetic Kudu)* (EOL: July 20, 2023)
- *Ubuntu 23.04 (Lunar Lobster)* (EOL: January 2024)

View File

@@ -1,8 +1,8 @@
fastapi==0.116.1
fastapi==0.115.14
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.41
markdown==3.8.2
python-dotenv==1.1.1