From 9206d22ccb3dc4bb7945c343c00222c211a167db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 09:02:59 +0000 Subject: [PATCH] Update openai requirement from 1.42.0 to 1.43.0 in /backend 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.42.0...v1.43.0) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 3c7e02e..736608f 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -28,7 +28,7 @@ python-multipart = "0.0.9" python-slugify = "8.0.4" trio = "0.25.0" uvicorn = "0.30.6" -openai = "1.42.0" +openai = "1.43.0" datasets = "2.21.0" lancedb = "^0.12.0" @@ -57,7 +57,7 @@ python-multipart = "0.0.9" python-slugify = "8.0.4" trio = "0.25.0" uvicorn = "0.30.6" -openai = "1.42.0" +openai = "1.43.0" pre-commit="3.7.0" pytest="8.1.1" datasets = "2.21.0"