litellm: 1.73.0 -> 1.73.6

This commit is contained in:
R. Ryantm 2025-07-10 05:00:15 +00:00
parent 686386f4cc
commit f689370a99

View File

@ -46,7 +46,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "litellm"; pname = "litellm";
version = "1.73.0"; version = "1.73.6";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@ -55,7 +55,7 @@ buildPythonPackage rec {
owner = "BerriAI"; owner = "BerriAI";
repo = "litellm"; repo = "litellm";
tag = "v${version}-stable"; tag = "v${version}-stable";
hash = "sha256-Mpy+Vu9AwOUMOTskAfqQMO5k6Lw3IQdsIohQab4R2dY="; hash = "sha256-L4cd72mKkCyawHrNsU71PBwiI69QIWAD6HHVObNtq3I=";
}; };
build-system = [ poetry-core ]; build-system = [ poetry-core ];