python312Packages.llama-index-llms-openai: 0.3.38 -> 0.3.42

This commit is contained in:
Fabian Affolter 2025-05-21 13:53:25 +02:00
parent d0683bbe1b
commit 84d4827635

View file

@ -4,13 +4,13 @@
fetchPypi,
llama-index-core,
openai,
poetry-core,
hatchling,
pythonOlder,
}:
buildPythonPackage rec {
pname = "llama-index-llms-openai";
version = "0.3.38";
version = "0.3.42";
pyproject = true;
disabled = pythonOlder "3.8";
@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_index_llms_openai";
inherit version;
hash = "sha256-vNHVISv3yUgwGVhxmh3zYb5is3tWIHMuTJzoBLwHi3c=";
hash = "sha256-O1yLSwbtod1743ATe215OI+dIcan7d2HK15jNuYYsjU=";
};
pythonRemoveDeps = [
@ -26,7 +26,7 @@ buildPythonPackage rec {
"llama-index-agent-openai"
];
build-system = [ poetry-core ];
build-system = [ hatchling ];
dependencies = [
llama-index-core