python3Packages.litellm: 1.73.6 -> 1.74.0

This commit is contained in:
R. Ryantm
2025-07-11 00:24:56 +00:00
parent 52809155bd
commit f8d553137d
@@ -46,7 +46,7 @@
buildPythonPackage rec {
pname = "litellm";
version = "1.73.6";
version = "1.74.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -55,7 +55,7 @@ buildPythonPackage rec {
owner = "BerriAI";
repo = "litellm";
tag = "v${version}-stable";
hash = "sha256-L4cd72mKkCyawHrNsU71PBwiI69QIWAD6HHVObNtq3I=";
hash = "sha256-qjr08HHEELIwdL3IZ+GWJWGvIySTTX1nv46tYNBP53Y=";
};
build-system = [ poetry-core ];