Unverified Commit 84956c5a authored by Yt's avatar Yt Committed by GitHub
Browse files

Merge pull request #308044 from r-ryantm/auto-update/python311Packages.litellm

python311Packages.litellm: 1.35.26 -> 1.35.32
parents 9027d416 86d2bf5e
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.26";
  version = "1.35.32";
  pyproject = true;

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

  postPatch = ''