litellm: 1.74.7 -> 1.74.9

This commit is contained in:
R. Ryantm
2025-08-04 13:43:30 +00:00
parent fa154dda31
commit c193558fff
@@ -46,7 +46,7 @@
buildPythonPackage rec {
pname = "litellm";
version = "1.74.7";
version = "1.74.9";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -55,7 +55,7 @@ buildPythonPackage rec {
owner = "BerriAI";
repo = "litellm";
tag = "v${version}-stable";
hash = "sha256-PKBT2Yhn5SprToMGyB2i35Iy+97FNVpyAo/wAwxuBoc=";
hash = "sha256-SGZwt2jzAQbOMlvudqPWat281su6OwT7JG2CNSMjL3A=";
};
build-system = [ poetry-core ];