python313Packages.llama-index-readers-file: 0.4.9 -> 0.4.11

This commit is contained in:
Fabian Affolter 2025-07-12 16:57:07 +02:00
parent dd8326a331
commit d00c089417

View File

@ -2,6 +2,7 @@
lib, lib,
beautifulsoup4, beautifulsoup4,
buildPythonPackage, buildPythonPackage,
defusedxml,
fetchPypi, fetchPypi,
hatchling, hatchling,
llama-index-core, llama-index-core,
@ -13,7 +14,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "llama-index-readers-file"; pname = "llama-index-readers-file";
version = "0.4.9"; version = "0.4.11";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@ -21,7 +22,7 @@ buildPythonPackage rec {
src = fetchPypi { src = fetchPypi {
pname = "llama_index_readers_file"; pname = "llama_index_readers_file";
inherit version; inherit version;
hash = "sha256-twX9QqKHWvA9NDxmsoE4RxgAzROmfvzEiuKYOznYFsc="; hash = "sha256-GyHLZteN1fYOhxZgfZpHzNgbs5EG1FlmW+HKd5npWXs=";
}; };
pythonRelaxDeps = [ pythonRelaxDeps = [
@ -34,6 +35,7 @@ buildPythonPackage rec {
dependencies = [ dependencies = [
beautifulsoup4 beautifulsoup4
defusedxml
llama-index-core llama-index-core
pymupdf pymupdf
pypdf pypdf