From e9576183fc17acd24f8dc9fd8ecc5c5355d34155 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 17:16:15 +0000 Subject: [PATCH] chore(deps): bump openai from 1.35.7 to 1.37.1 Bumps [openai](https://github.com/openai/openai-python) from 1.35.7 to 1.37.1. - [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.35.7...v1.37.1) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/prod.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/prod.txt b/requirements/prod.txt index de24b40..3ec183f 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -7,4 +7,4 @@ python-dotenv==1.0.1 -openai==1.35.7 +openai==1.37.1