python3Packages.litellm: 1.69.0 -> 1.72.2

This commit is contained in:
R. Ryantm 2025-06-12 02:42:57 +00:00
parent 1ebb027426
commit 9b6b5a9829

View File

@ -46,7 +46,7 @@
buildPythonPackage rec {
pname = "litellm";
version = "1.69.0";
version = "1.72.2";
pyproject = true;
disabled = pythonOlder "3.8";
@ -55,7 +55,7 @@ buildPythonPackage rec {
owner = "BerriAI";
repo = "litellm";
tag = "v${version}-stable";
hash = "sha256-W2uql9fKzwAmSgeLTuESguh+dVn+b3JNTeGlCc9NP2A=";
hash = "sha256-CGmdk5SjtmeqXLVWiBqvofQ4+C2gW4TJXFkQdaQqMEA=";
};
build-system = [ poetry-core ];