From 84d482763587d5148f264964be3c032167cb4eef Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 21 May 2025 13:53:25 +0200 Subject: [PATCH] python312Packages.llama-index-llms-openai: 0.3.38 -> 0.3.42 --- .../python-modules/llama-index-llms-openai/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/llama-index-llms-openai/default.nix b/pkgs/development/python-modules/llama-index-llms-openai/default.nix index 933ec25e387a..94a57df95017 100644 --- a/pkgs/development/python-modules/llama-index-llms-openai/default.nix +++ b/pkgs/development/python-modules/llama-index-llms-openai/default.nix @@ -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