From 1907fadc1d5205ee8fdef8f5e601dd620cb3f487 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 15:40:32 +0000 Subject: [PATCH] Update openai requirement from ~=1.7.2 to ~=1.9.0 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/v1.7.2...v1.9.0) --- 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 54c52db..4ca4c3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "matplotlib~=3.7", "nltk~=3.8", "numpy~=1.25", - "openai~=1.7.2", + "openai~=1.9.0", "openpyxl~=3.1", "pandas~=2.0", "pingouin~=0.5.3",