Commit 12fb116a authored by R. RyanTM's avatar R. RyanTM
Browse files

python311Packages.litellm: 1.35.32 -> 1.36.1

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

buildPythonPackage rec {
  pname = "litellm";
  version = "1.35.32";
  version = "1.36.1";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -42,7 +42,7 @@ buildPythonPackage rec {
    owner = "BerriAI";
    repo = "litellm";
    rev = "refs/tags/v${version}";
    hash = "sha256-vNmhFd1lm1pfni2ZK0DshBC9cDRiSWhXTUHAPh/oGJc=";
    hash = "sha256-OGu3+E3T8EpKVVqndgmJwTftWcfLbKId/PmVz7dk3x8=";
  };

  postPatch = ''