From 31f3941ae3da9417e30016a750e132a0f2f006ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 00:33:45 +0000 Subject: [PATCH] =?UTF-8?q?=EB=B3=B4=EC=95=88(deps):=20Bump=20the=20python?= =?UTF-8?q?-runtime=20group=20with=204=20updates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [pyarrow](https://github.com/apache/arrow), [huggingface-hub](https://github.com/huggingface/huggingface_hub), [sse-starlette](https://github.com/sysid/sse-starlette) and [plotly](https://github.com/plotly/plotly.py) to permit the latest version. Updates `pyarrow` to 24.0.0 - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/go/v17.0.0...apache-arrow-24.0.0) Updates `huggingface-hub` to 1.17.0 - [Release notes](https://github.com/huggingface/huggingface_hub/releases) - [Commits](https://github.com/huggingface/huggingface_hub/compare/v0.20.0...v1.17.0) Updates `sse-starlette` to 3.4.4 - [Release notes](https://github.com/sysid/sse-starlette/releases) - [Commits](https://github.com/sysid/sse-starlette/compare/v2.0.0...v3.4.4) Updates `plotly` to 6.7.0 - [Release notes](https://github.com/plotly/plotly.py/releases) - [Changelog](https://github.com/plotly/plotly.py/blob/main/CHANGELOG.md) - [Commits](https://github.com/plotly/plotly.py/compare/v5.0.0...v6.7.0) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 24.0.0 dependency-type: direct:production dependency-group: python-runtime - dependency-name: huggingface-hub dependency-version: 1.17.0 dependency-type: direct:production dependency-group: python-runtime - dependency-name: sse-starlette dependency-version: 3.4.4 dependency-type: direct:production dependency-group: python-runtime - dependency-name: plotly dependency-version: 6.7.0 dependency-type: direct:production dependency-group: python-runtime ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index aa7d187ff..9c275359b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,12 +66,12 @@ dependencies = [ "numpy>=1.26.0,<3; sys_platform != 'emscripten'", "numpy; sys_platform == 'emscripten'", # parquet fallback / pyodide bridge. pyodide 는 빌트인. - "pyarrow>=17,<21; sys_platform != 'emscripten'", + "pyarrow>=17,<25; sys_platform != 'emscripten'", "pyarrow; sys_platform == 'emscripten'", # network "httpx>=0.28.1,<1; sys_platform != 'emscripten'", "httpx; sys_platform == 'emscripten'", - "huggingface-hub>=0.20.0,<1; sys_platform != 'emscripten'", + "huggingface-hub>=0.20.0,<2; sys_platform != 'emscripten'", "rich>=14.3.3,<15; sys_platform != 'emscripten'", "rich; sys_platform == 'emscripten'", # ai providers (pyodide 불필요) @@ -79,12 +79,12 @@ dependencies = [ # server (pyodide 불필요) "fastapi>=0.135.1,<1; sys_platform != 'emscripten'", "uvicorn[standard]>=0.30.0,<1; sys_platform != 'emscripten'", - "sse-starlette>=2.0.0,<3; sys_platform != 'emscripten'", + "sse-starlette>=2.0.0,<4; sys_platform != 'emscripten'", "mcp[cli]>=1.0,<1.27.1; sys_platform != 'emscripten'", # 1.27.1 Linux wheel 의 mcp.server namespace 회귀 — CI Fast 차단 (2026-05-17) "qrcode>=7.0,<9; sys_platform != 'emscripten'", "PyYAML>=6.0.0,<7; sys_platform != 'emscripten'", # viz - "plotly>=5.0.0,<6; sys_platform != 'emscripten'", + "plotly>=5.0.0,<7; sys_platform != 'emscripten'", "marimo>=0.23.6", ]