diff --git a/pyproject.toml.jinja b/pyproject.toml.jinja index 22cf90b..e372615 100644 --- a/pyproject.toml.jinja +++ b/pyproject.toml.jinja @@ -5,7 +5,7 @@ description = "Extracts data" readme = "README.md" requires-python = ">=3.12" dependencies = [ - "llama-cloud-services>=0.6.53", + "llama-cloud-services>=0.6.57", "llama-index-workflows>=1.1.0", "python-dotenv>=1.1.0", "jsonref>=1.1.0", diff --git a/test-proj/pyproject.toml b/test-proj/pyproject.toml index de5fe31..b79e8d9 100644 --- a/test-proj/pyproject.toml +++ b/test-proj/pyproject.toml @@ -5,7 +5,7 @@ description = "Extracts data" readme = "README.md" requires-python = ">=3.12" dependencies = [ - "llama-cloud-services>=0.6.53", + "llama-cloud-services>=0.6.57", "llama-index-workflows>=1.1.0", "python-dotenv>=1.1.0", "jsonref>=1.1.0",