diff --git a/pyproject.toml b/pyproject.toml index be387c75..b53211c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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