使用 pdm 的项目今天突然构建失败了,去官方 issue 搜了下,发现是因为 hishel 升级 1.0.0 导致不兼容。
我的 Dockerfile 解决方案如下
pip install --no-cache-dir -U "pdm==2.25.9" "hishel<1.0.0"
https://github.com/pdm-project/pdm/issues/3657
https://github.com/karpetrosyan/hishel
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。