From dbca118a0c08bb0abb173bc28a930f45bd83c842 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 02:57:02 +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.17.4) --- updated-dependencies: - dependency-name: openai-agents dependency-version: 0.17.4 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..04135b9 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.17.4 commune-mail>=0.3.0 python-dotenv>=1.0.0