python311Packages.litellm: 1.38.8 -> 1.39.5

This commit is contained in:
R. Ryantm 2024-06-01 02:41:55 +00:00
parent 57610d2f8f
commit 02504c4b9e

View File

@ -34,7 +34,7 @@
buildPythonPackage rec {
pname = "litellm";
version = "1.38.8";
version = "1.39.5";
pyproject = true;
disabled = pythonOlder "3.8";
@ -43,7 +43,7 @@ buildPythonPackage rec {
owner = "BerriAI";
repo = "litellm";
rev = "refs/tags/v${version}";
hash = "sha256-JzSAdr238wRAl2HGd6RVEgbHC4b2xw1GsYRCHSVVaQk=";
hash = "sha256-AAOXe+e7iNppKUaOoUIgofAj93FbwYJGfi+TFzj09RA=";
};
postPatch = ''