Compare commits

..

5 Commits

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

See merge request oscar.krause/fastapi-dls!52
2025-08-12 08:33:50 +02:00
Oscar Krause
eb120fb8dd Merge branch 'main' into 'python-josepy'
# Conflicts:
#   requirements.txt
2025-08-12 08:33:48 +02:00
Oscar Krause
7346cf6d7a Merge branch 'updates' into 'main'
updates

See merge request oscar.krause/fastapi-dls!53
2025-08-11 07:52:54 +02:00
Oscar Krause
9f80dadeba added debian trixie 2025-08-11 07:52:49 +02:00
Oscar Krause
f7d9b3574e requirements.txt updated 2025-08-11 07:24:46 +02:00
3 changed files with 14 additions and 2 deletions

View File

@ -0,0 +1,11 @@
# 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

@ -328,6 +328,7 @@ 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.115.14
fastapi==0.116.1
uvicorn[standard]==0.35.0
pyjwt==2.10.1
cryptography==45.0.5
python-dateutil==2.9.0
sqlalchemy==2.0.41
sqlalchemy==2.0.42
markdown==3.8.2
python-dotenv==1.1.1