Loading pkgs/development/python-modules/litellm/default.nix +3 −5 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ buildPythonPackage rec { pname = "litellm"; version = "1.59.8"; version = "1.63.11"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -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 Loading Loading
pkgs/development/python-modules/litellm/default.nix +3 −5 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ buildPythonPackage rec { pname = "litellm"; version = "1.59.8"; version = "1.63.11"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -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 Loading