You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Habushu 2.9.0 is trying to auto-upgrade the poetry-core version in the project's pyproject.toml file to the minimum supported, but it appears to be expecting the current version in the form of major.minor.patch. poetry-monorepo-dependency-plugin is specified as 1.6, causing it to fail.
Habushu 2.9.0 is trying to auto-upgrade the
poetry-core
version in the project'spyproject.toml
file to the minimum supported, but it appears to be expecting the current version in the form ofmajor.minor.patch
.poetry-monorepo-dependency-plugin
is specified as1.6
, causing it to fail.To work around this issue, we'll update
poetry-core
it to1.6.0
and created defect 76 in habushu to fix this permanently.The text was updated successfully, but these errors were encountered: