Skip to content

Commit 8fc6c89

Browse files
authored
fix: 修复获取依赖失败的问题 (#353)
poetry 2.0.0 没法 export 了,暂时固定版本号。
1 parent 66bdadc commit 8fc6c89

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- 修复获取依赖失败的问题
13+
1014
## [4.2.4] - 2025-01-06
1115

1216
### Fixed

docker/nonetest.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
2424
# 插件测试需要 Poetry
2525
ENV PATH="${PATH}:/root/.local/bin"
2626
RUN --mount=type=cache,target=/root/.cache/uv \
27-
uv tool install poetry
27+
uv tool install "poetry<2.0.0"
2828

2929
# Python 依赖
3030
COPY pyproject.toml uv.lock /app/

0 commit comments

Comments
 (0)