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

Merge pull request #332595 from r-ryantm/auto-update/python312Packages.litellm

python312Packages.litellm: 1.41.28 -> 1.42.12
parents b0baa71c 21408110
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@

buildPythonPackage rec {
  pname = "litellm";
  version = "1.41.28";
  version = "1.42.12";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -46,7 +46,7 @@ buildPythonPackage rec {
    owner = "BerriAI";
    repo = "litellm";
    rev = "refs/tags/v${version}";
    hash = "sha256-DNFzBl2K4liphEMVPRbLWMzzCxtIcvUgQxvppAnv/10=";
    hash = "sha256-Wd6u2bOZjdL3jexT3CkiXX3zfcXwMlNEifG/6ak5Qbw=";
  };

  build-system = [ poetry-core ];