Skip to content
Open
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
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ dependencies = [
# pinning. The cap confines uv to the vetted 1.85.x line; raise it deliberately.
"litellm>=1.85.6,<1.86.0",
"lxml>=6.1.1",
"mutagen>=1.47.0",
"numpy>=2.4.6",
"mutagen>=1.48.0",
"numpy>=2.5.0",
# v4.1.1 hotfix: saq[postgres] pulls bare `psycopg` (pure-Python), which needs a
# libpq backend at import. The v4.1.0 slim image had none (no C ext, no binary
# wheel, no system libpq) -> `ImportError: no pq wrapper available` crash-looped
Expand Down
Loading