python313Packages.llama-index-question-gen-openai: 0.3.0 -> 0.3.1

This commit is contained in:
Fabian Affolter
2025-06-26 22:29:44 +02:00
parent e9415672df
commit 05572e0f97
@@ -2,27 +2,24 @@
lib,
buildPythonPackage,
fetchPypi,
hatchling,
llama-index-core,
llama-index-llms-openai,
llama-index-program-openai,
poetry-core,
pythonOlder,
}:
buildPythonPackage rec {
pname = "llama-index-question-gen-openai";
version = "0.3.0";
version = "0.3.1";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
pname = "llama_index_question_gen_openai";
inherit version;
hash = "sha256-79O0aCMoCOnTR0ZwquqwDkG5D3X1LQyb+/ESB+CWPWI=";
hash = "sha256-XpMRtDPMJYH/ilMfoZ+zqiGBW6/3WqrN7xF2CslSKqk=";
};
build-system = [ poetry-core ];
build-system = [ hatchling ];
dependencies = [
llama-index-core