From 2b37492184d6e85caa7c61796fab8d5372a76838 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 03:28:46 +0000 Subject: [PATCH] chore(deps): bump openai from 1.37.1 to 1.43.0 Bumps [openai](https://github.com/openai/openai-python) from 1.37.1 to 1.43.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.37.1...v1.43.0) --- updated-dependencies: - dependency-name: openai 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 bd8a15d4..a115c261 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ coverage==7.5.4 # Lambda layer: openai # ------------ -openai==1.37.1 +openai==1.43.0 # Lambda layer: common # ------------