python312Packages.litellm: 1.59.8 -> 1.63.11 (#390335)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user