From a3be35e354d1f8beb6a5bd6e065a533f5671423a Mon Sep 17 00:00:00 2001 From: CocoRoF Date: Tue, 1 Sep 2026 11:32:58 +0900 Subject: [PATCH] =?UTF-8?q?chore(deps):=20xgen-edit2docs=200.22.0=20?= =?UTF-8?q?=E2=86=92=200.23.0=20(4.5.1)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 0.23.0: doc/xls/ppt 디자인 충실도(표 정의/변별 테두리/글꼴/불릿). 소비자 핀 충돌 방지 동반 상승 (표준 절차). --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2bb7e8a..b5e2949 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "xgen-agent-runtime" -version = "4.5.0" +version = "4.5.1" description = "Harness-engineered agent pipeline library with 21-stage dual-abstraction architecture, built on the Anthropic API" readme = "README.md" license = "Apache-2.0" @@ -91,7 +91,7 @@ dependencies = [ # 없으므로 이름으로만 요구하면 `pip install -e .` 이 해석에 실패한다 — # 실제로 이 저장소는 개발 설치도 CI 테스트도 되지 않는 상태였다. "xgen-an-web @ https://github.com/PlateerLab/xgen-an-web/releases/download/v0.11.0/xgen_an_web-0.11.0-py3-none-any.whl", - "xgen-edit2docs @ https://github.com/PlateerLab/xgen-edit2docs/releases/download/v0.22.0/xgen_edit2docs-0.22.0-py3-none-any.whl", + "xgen-edit2docs @ https://github.com/PlateerLab/xgen-edit2docs/releases/download/v0.23.0/xgen_edit2docs-0.23.0-py3-none-any.whl", "asyncssh>=2.14", ]