litellm: 1.73.0 -> 1.73.6 (#423949)

This commit is contained in:
Yt 2025-07-10 07:56:34 -04:00 committed by GitHub
commit 38a4e2c62e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,7 +46,7 @@
buildPythonPackage rec {
pname = "litellm";
version = "1.73.0";
version = "1.73.6";
pyproject = true;
disabled = pythonOlder "3.8";
@ -55,7 +55,7 @@ buildPythonPackage rec {
owner = "BerriAI";
repo = "litellm";
tag = "v${version}-stable";
hash = "sha256-Mpy+Vu9AwOUMOTskAfqQMO5k6Lw3IQdsIohQab4R2dY=";
hash = "sha256-L4cd72mKkCyawHrNsU71PBwiI69QIWAD6HHVObNtq3I=";
};
build-system = [ poetry-core ];