python3Packages.litellm: 1.74.9 -> 1.75.5

This commit is contained in:
R. Ryantm
2025-08-19 13:18:50 +00:00
parent c4e45b5638
commit 11c71fe8a1
@@ -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 ];