python312Packages.llama-index-llms-openai-like: 0.3.4 -> 0.3.5

This commit is contained in:
Fabian Affolter 2025-05-21 13:54:38 +02:00
parent 84d4827635
commit 3a1f3deeca

View file

@ -2,16 +2,16 @@
lib,
buildPythonPackage,
fetchPypi,
hatchling,
llama-index-core,
llama-index-llms-openai,
poetry-core,
pythonOlder,
transformers,
}:
buildPythonPackage rec {
pname = "llama-index-llms-openai-like";
version = "0.3.4";
version = "0.3.5";
pyproject = true;
disabled = pythonOlder "3.8";
@ -19,10 +19,10 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_index_llms_openai_like";
inherit version;
hash = "sha256-bLjVdNicRrC9oH5/l0e2Qo9wpzNWBpIrQxh9qZ2WdR0=";
hash = "sha256-1TId/2bYHYuQCMdvROlcSZFTZDUyrMhZop5xRicvrNk=";
};
build-system = [ poetry-core ];
build-system = [ hatchling ];
dependencies = [
llama-index-core