From cd6e77a984f6f308ca6e591884fe307182dcf154 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 03:57:52 +0000 Subject: [PATCH] chore(deps): bump openai from 1.93.0 to 1.98.0 Bumps [openai](https://github.com/openai/openai-python) from 1.93.0 to 1.98.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/v1.93.0...v1.98.0) --- updated-dependencies: - dependency-name: openai dependency-version: 1.98.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 0e3bf76b..2f0ad2ea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ coverage==7.9.1 # Lambda layer: openai # ------------ -openai==1.93.0 +openai==1.98.0 # Lambda layer: common # ------------