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

python311Packages.litellm: 1.35.15 -> 1.35.26
This commit is contained in:
Yt 2024-04-25 09:55:45 +00:00 committed by GitHub
commit 4eb8fffb0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@
buildPythonPackage rec {
pname = "litellm";
version = "1.35.15";
version = "1.35.26";
pyproject = true;
disabled = pythonOlder "3.8";
@ -42,7 +42,7 @@ buildPythonPackage rec {
owner = "BerriAI";
repo = "litellm";
rev = "refs/tags/v${version}";
hash = "sha256-cjOUInHaGD+E31D3BbwfgeA4229drOm69ltjU4x9F9o=";
hash = "sha256-GJ7Gnt9LyKgiD0VvRP2wKeF3sOzDimVVIz2BRIKuAqg=";
};
postPatch = ''