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
Poetry has released a new version that includes several improvements and optimizations. Our current project is compatible with the latest version, but some deprecated fields are not backward-compatible.
The major change is the introduction of compatibility with the project section in pyproject.toml, as defined in PEP 621.
We are also using Poeblix to build the project, but it is no longer being updated. We may need to find a replacement or discontinue its use when we migrate to Poetry 2.0.
Poetry has released a new version that includes several improvements and optimizations. Our current project is compatible with the latest version, but some deprecated fields are not backward-compatible.
The major change is the introduction of compatibility with the
project
section in pyproject.toml, as defined in PEP 621.We are also using Poeblix to build the project, but it is no longer being updated. We may need to find a replacement or discontinue its use when we migrate to Poetry 2.0.
For more details, refer to the official announcement: Poetry 2.0.0 Release Blog.
The text was updated successfully, but these errors were encountered: