diff --git a/pyproject.toml.jinja b/pyproject.toml.jinja index c90d01b..3411fcd 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.67", + "llama-cloud-services>=0.6.69", "llama-index-workflows>=2.2.0,<3.0.0", "python-dotenv>=1.1.0", "jsonref>=1.1.0", diff --git a/test-proj/pyproject.toml b/test-proj/pyproject.toml index a8bdc32..cf1e067 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.67", + "llama-cloud-services>=0.6.69", "llama-index-workflows>=2.2.0,<3.0.0", "python-dotenv>=1.1.0", "jsonref>=1.1.0",