python3Packages.llama-parse: 0.6.79 -> 0.6.90

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:28 +01:00
parent 102f3054b2
commit 7f1574823e
@@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "llama-parse";
version = "0.6.79";
version = "0.6.90";
pyproject = true;
src = fetchPypi {
pname = "llama_parse";
inherit version;
hash = "sha256-QT2tN24GUhkKPAzjx9IIBVnufW28yBKVw5cMZvE8B7g=";
hash = "sha256-7OqBGrj6lKe4Y90NNYQRPGMFRRM2i64ix6LYtnzPOu0=";
};
build-system = [ hatchling ];