From e87fa581e9145d373026fcd9a2c4f1b29db05c42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 02:23:16 +0000 Subject: [PATCH] chore(deps): update llama-index-llms-openai requirement Updates the requirements on llama-index-llms-openai to permit the latest version. --- updated-dependencies: - dependency-name: llama-index-llms-openai dependency-version: 0.7.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../examples/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/instrumentation/openinference-instrumentation-llama-index/examples/requirements.txt b/python/instrumentation/openinference-instrumentation-llama-index/examples/requirements.txt index d02d4c5a..e82ad534 100644 --- a/python/instrumentation/openinference-instrumentation-llama-index/examples/requirements.txt +++ b/python/instrumentation/openinference-instrumentation-llama-index/examples/requirements.txt @@ -4,7 +4,7 @@ llama-index-agent-openai >= 0.2.9 llama-index-embeddings-ollama >= 0.1.3 llama-index-embeddings-openai >= 0.1.11 llama-index-llms-ollama >= 0.2.2 -llama-index-llms-openai >= 0.7.8 +llama-index-llms-openai >= 0.7.10 llama-index-multi-modal-llms-openai >= 0.6.2 llama-index-readers-file >= 0.1.32 llama-index-vector-stores-chroma >= 0.1.10