From 5a8ef441bb5cabc48fd6327eecab67de7c38eacd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 08:56:48 +0000 Subject: [PATCH] chore(deps): update numpy requirement Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.24.0...v2.2.6) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.2.6 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-openai-agents/examples/requirements.txt b/python/instrumentation/openinference-instrumentation-openai-agents/examples/requirements.txt index 6059f0e2..ea03b74e 100644 --- a/python/instrumentation/openinference-instrumentation-openai-agents/examples/requirements.txt +++ b/python/instrumentation/openinference-instrumentation-openai-agents/examples/requirements.txt @@ -2,4 +2,4 @@ openai-agents>=0.2.6 openinference-instrumentation-openai-agents arize-otel sounddevice>=0.4.7 -numpy>=1.24 +numpy>=2.2.6