nixpkgs/pkgs/development/python-modules/litellm
squat 025c5a3334
litellm: 1.83.7 -> 1.83.14
Bump LiteLLM to fix #508886. The [GitHub
advisory](https://github.com/advisories/GHSA-wxxx-gvqv-xp7p) states that
the vulnerability has been patched in 1.83.10.

Between .7 and .14 LiteLLM switched their build-system to uv-build,
which has some effects on the derivation; notably, uv-build is
configured to put the `enterprise` dir into another uv "workspace",
meaning it's no longer accessible for us in the postFixup for
symlinking. This is just as well, because the enterprise directory is
under a separate license and from what I can see, all imports for
litellm_enterprise are guarded with a try/catch anyways.

Signed-off-by: squat <lserven@gmail.com>
2026-05-13 00:54:37 +02:00
..
default.nix litellm: 1.83.7 -> 1.83.14 2026-05-13 00:54:37 +02:00