python312Packages.litellm: 1.41.19 -> 1.41.21

This commit is contained in:
R. Ryantm 2024-07-15 09:02:58 +00:00
parent b64e7d2266
commit 4082aa53c5

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 ];