Commit 8cfaa27f authored by Robert Schütz's avatar Robert Schütz
Browse files

aider-chat: fix build with litellm 1.80.0

parent 70391f47
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
  stdenv,
  python312Packages,
  fetchFromGitHub,
  fetchpatch,
  replaceVars,
  gitMinimal,
  portaudio,
@@ -151,6 +152,13 @@ let
      (replaceVars ./fix-flake8-invoke.patch {
        flake8 = lib.getExe python3Packages.flake8;
      })

      # https://github.com/Aider-AI/aider/pull/4671
      (fetchpatch {
        name = "add-new-exceptions-to-LiteLLMExceptions.patch";
        url = "https://github.com/Aider-AI/aider/commit/7201abc56539ae8ee2bf4ea0926f584c9ec5558c.patch";
        hash = "sha256-bjL9nbEQGGNkFczm1hDOMP3b48eRJk17zcivXjOdVnw=";
      })
    ];

    disabledTestPaths = [