Skip to content

Commit

Permalink
Pin httpx at 0.19.0 due to deezer/spleeter#808
Browse files Browse the repository at this point in the history
  • Loading branch information
microtherion committed Feb 1, 2024
1 parent 64986fe commit 6bae274
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ updates:
- dependency-name: "librosa" # Spleeter dependencies
- dependency-name: "numba" # Spleeter dependencies
- dependency-name: "llvmlite" # Spleeter dependencies
- dependency-name: "httpx" # due to https://github.com/deezer/spleeter/pull/808

- package-ecosystem: "npm"
directory: "/frontend"
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ python-magic==0.4.27; sys_platform == 'linux'
python-magic-bin==0.4.14; sys_platform != 'linux'
# Spleeter dependencies
ffmpeg-python==0.2.0
httpx==0.26.0
# Do NOT upgrade to 0.20.0 or later until https://github.com/deezer/spleeter/pull/808 is fixed
httpx==0.19.0
librosa==0.8.1
# Override Spleeter's hard llvmlite dependency
llvmlite==0.39.0
Expand Down

0 comments on commit 6bae274

Please sign in to comment.