TASK: Upgrade backend runtime and dependency constraints #10
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Parent
#2
What to build
Update project to Python 3.14 syntax target and align FastAPI/SQLAlchemy/SQLModel versions with compatibility checks.
Acceptance criteria
Blocked by
Notes
Plan: Python 3.14 Backend Runtime Upgrade
Upgrade backend runtime/tooling targets to Python 3.14, move backend dependency declarations to exact pins for deterministic resolution, and validate CI/local quality gates still pass. Recommended approach: first align all Python-version declarations, then pin backend deps and regenerate lock, then run full verification matrix (lint/type/tests/container builds) before updating docs.
Steps
Relevant files
Verification
Decisions
Further Considerations