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

python312Packages.litellm: 1.41.19 -> 1.41.21
This commit is contained in:
Yt 2024-07-16 00:50:44 +00:00 committed by GitHub
commit 3d2a1bd519
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,7 +37,7 @@
buildPythonPackage rec {
pname = "litellm";
version = "1.41.19";
version = "1.41.21";
pyproject = true;
disabled = pythonOlder "3.8";
@ -46,7 +46,7 @@ buildPythonPackage rec {
owner = "BerriAI";
repo = "litellm";
rev = "refs/tags/v${version}";
hash = "sha256-IM91EHrfgYdsG+/9Ro/SV0Dko1dc7KOLDU76ar7/lew=";
hash = "sha256-JVW60jq+C/eSaB5E6D/1cTE9LOqz/HT+bV9KJKdN+zs=";
};
build-system = [ poetry-core ];