From f8b6abe87f4e02d9f6f6004dc89aaa3f5b8f8bac Mon Sep 17 00:00:00 2001 From: Adrian Lyjak Date: Tue, 12 Aug 2025 19:34:21 -0400 Subject: [PATCH] chore: bump services version --- pyproject.toml.jinja | 2 +- test-proj/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",