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: 7 additions & 1 deletion mflix/server/python-fastapi/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,10 @@ sentry-sdk~=2.42.0 # For error tracking and performance monitoring
# Libraries for rich console output and debugging.
# ------------------------------------------------------------------------------
rich~=14.2.0 # For rich, formatted terminal output
rich-toolkit~=0.15.0 # Extensions for the 'rich' library
rich-toolkit~=0.15.0 # Extensions for the 'rich' library

# ==============================================================================
# 8. TRANSITIVE DEPENDENCY CONSTRAINTS
# Minimum versions for indirect dependencies.
# ------------------------------------------------------------------------------
filelock>=3.20.1 # Transitive dep via huggingface-hub
6 changes: 4 additions & 2 deletions mflix/server/python-fastapi/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,10 @@ fastapi-cli==0.0.14
# via -r requirements.in
fastapi-cloud-cli==0.3.1
# via -r requirements.in
filelock==3.20.0
# via huggingface-hub
filelock==3.20.1
# via
# -r requirements.in
# huggingface-hub
frozenlist==1.8.0
# via
# aiohttp
Expand Down