Merge pull request #314876 from r-ryantm/auto-update/python311Packages.litellm

python311Packages.litellm: 1.37.16 -> 1.38.8
This commit is contained in:
Yt 2024-05-27 09:20:53 +00:00 committed by GitHub
commit 471415cff5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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