From c0120cdd5cdd8739968d89ba7f74b0bff35be9ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 09:00:43 +0000 Subject: [PATCH] Bump openai from 1.3.3 to 1.23.3 Bumps [openai](https://github.com/openai/openai-python) from 1.3.3 to 1.23.3. - [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.3.3...v1.23.3) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 386d8dc..f57109f 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -84,7 +84,7 @@ mypy-extensions==1.0.0 # via typing-inspect numpy==1.26.2 # via langchain -openai==1.3.3 +openai==1.23.3 # via -r requirements/requirements.in packaging==23.2 # via marshmallow @@ -124,6 +124,7 @@ sniffio==1.3.0 # via # anyio # httpx + # openai soupsieve==2.5 # via beautifulsoup4 sqlalchemy==2.0.23