mirror of
https://gitea.publichub.eu/oscar.krause/fastapi-dls.git
synced 2026-04-05 22:35:48 +03:00
Compare commits
3 Commits
0c41532e39
...
python-jos
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
137f682f74 | ||
|
|
ff3e258f13 | ||
|
|
cad7658e8e |
@@ -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
|
||||
- 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"
|
||||
- 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);
|
||||
needs:
|
||||
- job: build:apt
|
||||
artifacts: true
|
||||
@@ -250,7 +250,7 @@ semgrep-sast:
|
||||
|
||||
test_coverage:
|
||||
# extends: test
|
||||
image: python:3.12-slim-bookworm
|
||||
image: python:3.13-slim-trixie
|
||||
allow_failure: true
|
||||
stage: test
|
||||
rules:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM python:3.12-alpine
|
||||
FROM python:3.13-alpine
|
||||
|
||||
ARG VERSION
|
||||
ARG COMMIT=""
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
fastapi==0.116.1
|
||||
uvicorn[standard]==0.35.0
|
||||
pyjwt==2.10.1
|
||||
cryptography==45.0.5
|
||||
cryptography==45.0.6
|
||||
python-dateutil==2.9.0
|
||||
sqlalchemy==2.0.42
|
||||
sqlalchemy==2.0.43
|
||||
markdown==3.8.2
|
||||
python-dotenv==1.1.1
|
||||
|
||||
Reference in New Issue
Block a user