Commit 7546dbfb authored by happysalada's avatar happysalada
Browse files

python3Packages.litellm: 1.58.2 -> 1.59.8

parent 39fca334
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@

buildPythonPackage rec {
  pname = "litellm";
  version = "1.58.2";
  version = "1.59.8";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -46,7 +46,7 @@ buildPythonPackage rec {
    owner = "BerriAI";
    repo = "litellm";
    tag = "v${version}";
    hash = "sha256-trHZ8KrvdetL4q0nQyUm4YGX8WeMz4YrM+GPwcz8wtI=";
    hash = "sha256-2OkREmgs+r+vco1oEVgp5nq7cfwIAlMAh0FL2ceO88Y=";
  };

  build-system = [ poetry-core ];