python312Packages.llama-index-readers-llama-parse: 0.3.0 -> 0.4.0

This commit is contained in:
Fabian Affolter
2024-12-07 00:39:18 +01:00
parent 9917a494de
commit 5eccc27f85
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "llama-index-readers-llama-parse";
version = "0.3.0";
version = "0.4.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_index_readers_llama_parse";
inherit version;
hash = "sha256-pf6toIlXFNzEHWXdUSwcOM9w2K4ZlHz/grgNWOaqNn4=";
hash = "sha256-6Z7Fb0+FRtf9oafBriYWL7mst+vKw0O1q9tCNLRkTg8=";
};
pythonRelaxDeps = [ "llama-parse" ];