Merge pull request #324800 from fabaff/llama-index-readers-file-bump

python311Packages.llama-index-readers-file: 0.1.25 -> 0.1.27
This commit is contained in:
Franz Pletz 2024-07-09 17:43:53 +02:00 committed by GitHub
commit 0ad066d00b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "llama-index-readers-file";
version = "0.1.25";
version = "0.1.27";
pyproject = true;
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_index_readers_file";
inherit version;
hash = "sha256-I43dmKo3fWpEMiAT64SAVgN8gK2EVx6lv0UaZA//TVw=";
hash = "sha256-BMm8MGOpQJ/Nh3932bKr/VAuBydjqm3XiODGN0GLhmQ=";
};
pythonRelaxDeps = [