Skip to content

Releases: DavidVujic/python-polylith

fix: Tomlkit dependency issue

11 Apr 15:46
1c37148
Compare
Choose a tag to compare

Setting the CLI dependency tomlkit to a minor wildcard version.

Details in Pull Request #197

fix(cli): redundant Typer extras

10 Apr 17:47
e0489dd
Compare
Choose a tag to compare

Remove the all Typer extras, no longer needed.

Pull Request #196

fix: CLI and the poly check command

10 Apr 17:00
Compare
Choose a tag to compare

Fixing an issue with the included Typer dependency in the CLI.

Fixing an issue with using f-strings and Python vesions lower than 3.12

Details in Pull Request #194 and #195.

feat(poly libs): Visualize the third-party import versions

08 Apr 06:36
d57c8e3
Compare
Choose a tag to compare

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

23 Feb 11:49
0752b77
Compare
Choose a tag to compare

Update lock files to solve Dependabot issues marked as high.

Details in Pull Request #177

fix(poly libs): naming

16 Feb 14:17
f1054e6
Compare
Choose a tag to compare

feat(poly deps): introduce a zoomed-in view for individual bricks

15 Feb 14:25
b8a8afa
Compare
Choose a tag to compare

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

14 Feb 17:54
127315f
Compare
Choose a tag to compare

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

05 Feb 13:35
e8d2136
Compare
Choose a tag to compare

fix: PDM hook when using the tdd theme.

Details in Pull Request #171

feat: allow workspace config in top pyproject.toml

04 Feb 10:16
a63bed3
Compare
Choose a tag to compare

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 🚀 ⭐