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