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

This commit is contained in:
Aleksana 2024-11-06 10:50:44 +08:00 committed by GitHub
commit 14c08f887b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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