python312Packages.litellm: 1.59.8 -> 1.63.11 (#390335)

This commit is contained in:
Pol Dellaiera
2025-03-16 11:12:55 +01:00
committed by GitHub
@@ -39,7 +39,7 @@
buildPythonPackage rec {
pname = "litellm";
version = "1.59.8";
version = "1.63.11";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -47,14 +47,12 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "BerriAI";
repo = "litellm";
tag = "v${version}";
hash = "sha256-2OkREmgs+r+vco1oEVgp5nq7cfwIAlMAh0FL2ceO88Y=";
tag = "v${version}-stable";
hash = "sha256-j2RfuVffmWoeAAVcT579S9pU06haKEYYa7FcpMzu9uA=";
};
build-system = [ poetry-core ];
pythonRelaxDeps = [ "httpx" ];
dependencies = [
aiohttp
click