From 9bd66907fd055e99bcb707770c0db78d42f7ba35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 09:50:02 +0000 Subject: [PATCH] =?UTF-8?q?=EB=B3=B4=EC=95=88(deps):=20Update=20openai=20r?= =?UTF-8?q?equirement=20from=20<3,>=3D1.0.0=20to=20>=3D1.0.0,<4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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.0.0...v3.1.0) --- updated-dependencies: - dependency-name: openai dependency-version: 3.1.0 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 6a4282115..b78b1f95f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ dependencies = [ "rich>=14.3.3,<16; sys_platform != 'emscripten'", "rich; sys_platform == 'emscripten'", # ai providers (pyodide 불필요) - "openai>=1.0.0,<3; sys_platform != 'emscripten'", + "openai>=1.0.0,<4; sys_platform != 'emscripten'", # server (pyodide 불필요) "fastapi>=0.135.1,<1; sys_platform != 'emscripten'", "uvicorn[standard]>=0.30.0,<1; sys_platform != 'emscripten'",