From 437076404356046712c76f8f911bea17523962e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 03:02:42 +0000 Subject: [PATCH] chore(deps): bump openai from 2.6.1 to 2.14.0 Bumps [openai](https://github.com/openai/openai-python) from 2.6.1 to 2.14.0. - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai/openai-python/compare/v2.6.1...v2.14.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d1ffd4b0..05563555 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ coverage==7.10.6 # Lambda layer: openai # ------------ -openai==2.6.1 +openai==2.14.0 # Lambda layer: common # ------------