From 5330fb7871272a3a0e2baae6970c42ad60242740 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 18:55:19 +0000 Subject: [PATCH] chore(deps): bump llama-index-core in /examples/hamlet-summarizer Bumps [llama-index-core](https://github.com/run-llama/llama_index) from 0.10.14 to 0.10.38. - [Release notes](https://github.com/run-llama/llama_index/releases) - [Changelog](https://github.com/run-llama/llama_index/blob/main/CHANGELOG.md) - [Commits](https://github.com/run-llama/llama_index/compare/v0.10.14...v0.10.38) --- updated-dependencies: - dependency-name: llama-index-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/hamlet-summarizer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hamlet-summarizer/requirements.txt b/examples/hamlet-summarizer/requirements.txt index 500efd39..ed912d7d 100644 --- a/examples/hamlet-summarizer/requirements.txt +++ b/examples/hamlet-summarizer/requirements.txt @@ -1,3 +1,3 @@ tiktoken==0.6.0 -llama-index-core==0.10.14 +llama-index-core==0.10.38 llama-index-readers-file==0.1.6 \ No newline at end of file