python3Packages.llama-index-readers-*: updates (#507341)

This commit is contained in:
Fabian Affolter
2026-04-06 19:08:37 +00:00
committed by GitHub
3 changed files with 8 additions and 6 deletions
@@ -13,13 +13,13 @@
buildPythonPackage rec {
pname = "llama-index-readers-file";
version = "0.5.6";
version = "0.6.0";
pyproject = true;
src = fetchPypi {
pname = "llama_index_readers_file";
inherit version;
hash = "sha256-HAixT6zC3+kzYiqqJtx9KnpgI8QtPbiWoslIeJ7a8eo=";
hash = "sha256-/zZtb/XstxGSdayFkxDYtnLYtrMmGvrgL0CE/OkHa9A=";
};
pythonRelaxDeps = [
@@ -3,6 +3,7 @@
buildPythonPackage,
fetchPypi,
llama-index-core,
llama-index-embeddings-openai,
llama-index-readers-file,
hatchling,
s3fs,
@@ -10,19 +11,20 @@
buildPythonPackage rec {
pname = "llama-index-readers-s3";
version = "0.5.1";
version = "0.6.1";
pyproject = true;
src = fetchPypi {
pname = "llama_index_readers_s3";
inherit version;
hash = "sha256-Ye+B4lcwdeaAisaIZH98X2n7FA7n9/gkVVNRN1uihys=";
hash = "sha256-cK5XmH4F0TZt6IMJvAnmEs7UWkekrrbEAIvd/CE33xw=";
};
build-system = [ hatchling ];
dependencies = [
llama-index-core
llama-index-embeddings-openai
llama-index-readers-file
s3fs
];
@@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "llama-index-readers-twitter";
version = "0.4.1";
version = "0.5.0";
pyproject = true;
src = fetchPypi {
pname = "llama_index_readers_twitter";
inherit version;
hash = "sha256-e4zYwopM7b1WiNINHU3DhnY1DPo7nMcIM/BymS1j0qQ=";
hash = "sha256-ws26RKK4xVT2388oFmRgtMq6VXwCc5kLOr7toEZFEyQ=";
};
build-system = [ hatchling ];