From e27edf50797f7a0dde3a1d531e0519b530ff2de9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 04:59:40 +0000 Subject: [PATCH] Update openai requirement from 0.28.0 to 1.3.5 Updates the requirements on [openai](https://github.com/openai/openai-python) to permit the latest version. - [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/v0.28.0...v1.3.5) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 351442f9..ceeea243 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ python = "^3.9.1" torch = "2.1.1" transformers = "*" -openai = "0.28.0" +openai = "1.3.5" langchain = "*" asyncio = "*" nest_asyncio = "*"