python3Packages.litellm: 1.74.9 -> 1.75.5 (#435006)

This commit is contained in:
Yt
2025-08-20 17:36:13 -04:00
committed by GitHub
@@ -46,7 +46,7 @@
buildPythonPackage rec {
pname = "litellm";
version = "1.74.9";
version = "1.75.5";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -55,7 +55,7 @@ buildPythonPackage rec {
owner = "BerriAI";
repo = "litellm";
tag = "v${version}-stable";
hash = "sha256-SGZwt2jzAQbOMlvudqPWat281su6OwT7JG2CNSMjL3A=";
hash = "sha256-VedQ0cNOf9vUFF7wjT7WOsCfTesIvzhudDfGnBTXO3E=";
};
build-system = [ poetry-core ];