File tree Expand file tree Collapse file tree
mflix/server/python-fastapi Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,4 +55,10 @@ sentry-sdk~=2.42.0 # For error tracking and performance monitoring
5555# Libraries for rich console output and debugging.
5656# ------------------------------------------------------------------------------
5757rich~=14.2.0 # For rich, formatted terminal output
58- rich-toolkit~=0.15.0 # Extensions for the 'rich' library
58+ rich-toolkit~=0.15.0 # Extensions for the 'rich' library
59+
60+ # ==============================================================================
61+ # 8. TRANSITIVE DEPENDENCY CONSTRAINTS
62+ # Minimum versions for indirect dependencies.
63+ # ------------------------------------------------------------------------------
64+ filelock>=3.20.1 # Transitive dep via huggingface-hub
Original file line number Diff line number Diff line change @@ -52,8 +52,10 @@ fastapi-cli==0.0.14
5252 # via -r requirements.in
5353fastapi-cloud-cli == 0.3.1
5454 # via -r requirements.in
55- filelock == 3.20.0
56- # via huggingface-hub
55+ filelock == 3.20.1
56+ # via
57+ # -r requirements.in
58+ # huggingface-hub
5759frozenlist == 1.8.0
5860 # via
5961 # aiohttp
You can’t perform that action at this time.
0 commit comments