Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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",
]

Expand Down
Loading