python3Packages.litellm: 1.69.0 -> 1.72.2 (#416027)

This commit is contained in:
Yt 2025-06-11 23:16:52 -04:00 committed by GitHub
commit 035a957c57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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