Unverified Commit 14c08f88 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

python312Packages.llm: 0.16 -> 0.17.1 (#353817)

parents ae776464 df58e0e3
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@
  openai,
  pip,
  pluggy,
  puremagic,
  pydantic,
  python-ulid,
  pyyaml,
@@ -21,7 +22,7 @@
let
  llm = buildPythonPackage rec {
    pname = "llm";
    version = "0.16";
    version = "0.17.1";
    pyproject = true;

    build-system = [ setuptools ];
@@ -32,7 +33,7 @@ let
      owner = "simonw";
      repo = "llm";
      rev = "refs/tags/${version}";
      hash = "sha256-ew8080Lv1ObjUaGicaGrj8IXXA7rtdgcWhp41O8gfVE=";
      hash = "sha256-6OO0SIIxChM5HRJoUM4CYGbsINmc3i+iyL/oahLHhrY=";
    };

    patches = [ ./001-disable-install-uninstall-commands.patch ];
@@ -43,6 +44,7 @@ let
      openai
      pip
      pluggy
      puremagic
      pydantic
      python-ulid
      pyyaml