python313Packages.llama-index-program-openai: 0.3.1 -> 0.3.2

This commit is contained in:
Fabian Affolter
2025-06-26 22:29:44 +02:00
parent dde312ee28
commit e9415672df
@@ -2,29 +2,26 @@
lib,
buildPythonPackage,
fetchPypi,
hatchling,
llama-index-agent-openai,
llama-index-core,
llama-index-llms-openai,
poetry-core,
pythonOlder,
}:
buildPythonPackage rec {
pname = "llama-index-program-openai";
version = "0.3.1";
version = "0.3.2";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
pname = "llama_index_program_openai";
inherit version;
hash = "sha256-YDmmzb/2LGOIwH6CoVf+Lt07vvDFrfKSrYVGv07HW4I=";
hash = "sha256-BMlZouYWSJiUvS7uu5lQDW8cF9WIw9oN3HXr0+t0Ue4=";
};
pythonRelaxDeps = [ "llama-index-agent-openai" ];
build-system = [ poetry-core ];
build-system = [ hatchling ];
dependencies = [
llama-index-agent-openai