From 4fd9c9a39794334f159671c2b917a75cb6d166b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 08:13:28 +0000 Subject: [PATCH] Update openai requirement from 1.43.0 to 1.51.2 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.43.0...v1.51.2) --- 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 f7bd1f5..3641a67 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.43.0" +openai = "1.51.2" 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.43.0" +openai = "1.51.2" pre-commit="3.7.0" pytest="8.1.1" datasets = "2.21.0"