From 611302b85f92ca343afb8a3e4973e90dde865226 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 21:49:50 +0000 Subject: [PATCH] chore(deps): update openai-agents requirement Updates the requirements on [openai-agents](https://github.com/openai/openai-agents-python) to permit the latest version. - [Release notes](https://github.com/openai/openai-agents-python/releases) - [Changelog](https://github.com/openai/openai-agents-python/blob/main/docs/release.md) - [Commits](https://github.com/openai/openai-agents-python/compare/v0.0.3...v0.15.0) --- updated-dependencies: - dependency-name: openai-agents dependency-version: 0.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- openai-agents/support-agent/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openai-agents/support-agent/requirements.txt b/openai-agents/support-agent/requirements.txt index f371616..8b4b717 100644 --- a/openai-agents/support-agent/requirements.txt +++ b/openai-agents/support-agent/requirements.txt @@ -1,3 +1,3 @@ -openai-agents>=0.0.3 +openai-agents>=0.15.0 commune-mail>=0.3.0 python-dotenv>=1.0.0