Releases: DavidVujic/python-polylith
fix: Tomlkit dependency issue
Setting the CLI dependency tomlkit to a minor wildcard version.
Details in Pull Request #197
fix(cli): redundant Typer extras
Remove the all
Typer extras, no longer needed.
Pull Request #196
fix: CLI and the poly check command
feat(poly libs): Visualize the third-party import versions
Visualize the third-party imports and the versions specified in the projects, with a highlight if there is a version mismatch.
Details in Pull Request #186
fix: update lock files
Update lock files to solve Dependabot issues marked as high
.
Details in Pull Request #177
fix(poly libs): naming
Details in #175
feat(poly deps): introduce a zoomed-in view for individual bricks
Adding a --brick
option to the poly deps
command.
Details in Pull Request #174
feat(poly deps): first version of a new brick deps visualization command
Adding a new command: poly deps
. This is the first version of it, and the development is currently ongoing to add more capabilities, such as visualizing individual bricks and their usage/usings.
Details in Pull Request #173
fix(pdm): add workspace paths to PDM venv for TDD theme
fix: PDM hook when using the tdd theme.
Details in Pull Request #171
feat: allow workspace config in top pyproject.toml
Allow the Workspace configuration to be put in the top pyproject.toml
as an alternative to the default workspace.toml
.
Idea and implementation by @GH-maggio in Pull Request #166 🚀 ⭐