Backend runtime upgraded.
Tests / Build and Push CICD Base Image (pull_request) Successful in 35m37s
Tests / Build and Push CICD Complete Image (pull_request) Failing after 23s
Tests / Trailing Whitespace Check (pull_request) Has been skipped
Tests / End of File Check (pull_request) Has been skipped
Tests / YAML Syntax Check (pull_request) Has been skipped
Tests / TOML Syntax Check (pull_request) Has been skipped
Tests / Mixed Line Ending Check (pull_request) Has been skipped
Tests / TOML Formatting Check (pull_request) Has been skipped
Tests / Ruff Linting (pull_request) Has been skipped
Tests / Ruff Format Check (pull_request) Has been skipped
Tests / Pyright Type Check (pull_request) Has been skipped
Tests / Darglint Docstring Check (pull_request) Has been skipped
Tests / ESLint Check (pull_request) Has been skipped
Tests / Prettier Format Check (pull_request) Has been skipped
Tests / TypeScript Type Check (pull_request) Has been skipped
Tests / TSDoc Lint Check (pull_request) Has been skipped
Tests / Backend Tests (pull_request) Has been skipped
Tests / Frontend Tests (pull_request) Has been skipped
Tests / Backend Doctests (pull_request) Has been skipped
Tests / Integration Tests (pull_request) Has been skipped
Tests / No Docstring Types Check (pull_request) Has been skipped
Tests / End-to-End Tests (pull_request) Has been skipped

Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
2026-05-15 19:24:59 -04:00
parent 5d74dd8d8f
commit 275363aa18
15 changed files with 185 additions and 156 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ A full-stack application for managing Plex playlists with a FastAPI backend and
## Architecture
- **Backend**: Python 3.13 + FastAPI + uv + ruff
- **Backend**: Python 3.14 + FastAPI + uv + ruff
- **Frontend**: TypeScript + Vue.js + Vite
- **Database**: PostgreSQL 16
- **Containerization**: Docker + Docker Compose
@@ -165,7 +165,7 @@ When running, the FastAPI automatic documentation is available at:
# Manual Setup (if not using Docker)
## Backend Setup (FastAPI, Python 3.13, uv, ruff, pyright)
## Backend Setup (FastAPI, Python 3.14, uv, ruff, pyright)
### 1. Create and activate the uv virtual environment