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

python311Packages.litellm: 1.35.1 -> 1.35.4
This commit is contained in:
Yt 2024-04-14 11:57:37 +00:00 committed by GitHub
commit c9cd6c5627
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,7 @@
buildPythonPackage rec {
pname = "litellm";
version = "1.35.1";
version = "1.35.4";
pyproject = true;
disabled = pythonOlder "3.8";
@ -42,7 +42,7 @@ buildPythonPackage rec {
owner = "BerriAI";
repo = "litellm";
rev = "refs/tags/v${version}";
hash = "sha256-bFAoaKH1y+Q5JE7OEY8w5hX3+6LAgswaCx1bKYmLZX0=";
hash = "sha256-5z2qyzDMfksxlj2KxAGw5TYn3aXbeUHZvwHiNjeWmLA=";
};
postPatch = ''