Commit 0dec5c9f authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

python312Packages.litellm: 1.59.8 -> 1.63.11

parent a0d6450c
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -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