python3Packages.litellm: 1.73.6 -> 1.74.0 (#424202)

This commit is contained in:
Yt
2025-07-11 06:49:42 -04:00
committed by GitHub
@@ -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 ];