Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ pre-1.0 scheme; dates are when the change reached `main`.
operations runbook, security model, and API reference, with a docs index and
a `CONTRIBUTING` guide.

### Security
- Updated dependencies to clear published advisories against the pinned
versions: Authlib 1.4.0 → 1.7.2 (signature-verification bypass in JWS JWK
header handling, CVE-2026-27962, plus nine further advisories on the OIDC
path), python-multipart 0.0.20 → 0.0.32 (denial-of-service and parameter
smuggling in multipart parsing, reachable from the public upload form), and
Jinja2 3.1.5 → 3.1.6 (CVE-2025-27516).

## 2026-06-23

### Added
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ fastapi==0.115.6
uvicorn[standard]==0.34.0
sqlalchemy==2.0.36
psycopg2-binary==2.9.10
authlib==1.4.0
authlib==1.7.2
httpx==0.28.1
itsdangerous==2.2.0
jinja2==3.1.5
python-multipart==0.0.20
jinja2==3.1.6
python-multipart==0.0.32
pydantic==2.10.4
pydantic-settings==2.7.1
ua-parser==0.18.0
Loading