diff --git a/backend/requirements-runtime.txt b/backend/requirements-runtime.txt index fed40ed..a8df586 100644 --- a/backend/requirements-runtime.txt +++ b/backend/requirements-runtime.txt @@ -7,7 +7,7 @@ numpy>=2.5.1 # Audio-event detection (YAMNet laughter/reaction channel) runs on ONNX Runtime — # no torch/TF, so it stays on the hermetic native path. onnxruntime>=1.27.0 -Pillow>=10.0.0 +Pillow>=12.3.0 questionary>=2.1.1 python-dotenv>=1.2.2 yt-dlp>=2026.7.4 diff --git a/backend/requirements.txt b/backend/requirements.txt index ba25daf..571f947 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -16,7 +16,7 @@ numpy>=2.5.1 onnxruntime>=1.27.0 # Thumbnails -Pillow>=10.0.0 +Pillow>=12.3.0 # CLI interactive prompts questionary>=2.1.1