Merge pull request #300414 from r-ryantm/auto-update/python312Packages.litellm

python312Packages.litellm: 1.34.0 -> 1.34.16
This commit is contained in:
Yt 2024-03-31 11:19:55 +00:00 committed by GitHub
commit 241ed5902a
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.34.0";
version = "1.34.16";
pyproject = true;
disabled = pythonOlder "3.8";
@ -42,7 +42,7 @@ buildPythonPackage rec {
owner = "BerriAI";
repo = "litellm";
rev = "refs/tags/v${version}";
hash = "sha256-FRAT7wQZEO60Hf3sJv+jLIHif8ium0j2Mr1mU/XKlCM=";
hash = "sha256-ei4fMjEL7IytpQs/szTjRNu+3TByLZLVYX7qxwjT4OQ=";
};
postPatch = ''