Merge pull request #298066 from fabaff/llama-parse-bump

python311Packages.llama-parse: 0.3.9 -> 0.4.0
This commit is contained in:
Fabian Affolter 2024-03-27 14:02:21 +01:00 committed by GitHub
commit 54ebc398c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "llama-parse";
version = "0.3.9";
version = "0.4.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -16,14 +16,14 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_parse";
inherit version;
hash = "sha256-vra6Tbt6V3CKtvEPfVMUFZjjneGgQKYeb1pxw6XVaxM=";
hash = "sha256-7lIelCLbSNvfADA8tukPEGYTGWC1yk4U9bWm22t5F+I=";
};
nativeBuildInputs = [
build-system = [
poetry-core
];
propagatedBuildInputs = [
dependencies = [
llama-index-core
];