Commit 43610746 authored by R. RyanTM's avatar R. RyanTM
Browse files

python311Packages.litellm: 1.23.9 -> 1.26.8

parent 2a56c2ca
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@

buildPythonPackage rec {
  pname = "litellm";
  version = "1.23.9";
  version = "1.26.8";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -42,7 +42,7 @@ buildPythonPackage rec {
    owner = "BerriAI";
    repo = "litellm";
    rev = "refs/tags/v${version}";
    hash = "sha256-5VqYo9JhRwtPnk0z7w7jFKN8/E2JhZ50Zi4HgbFiyhE=";
    hash = "sha256-w2d33mYNgQ+S+000ZswyqXE8RxOUQaH89R7M6PHe020=";
  };

  postPatch = ''