Skip to content

Releases: DavidVujic/python-polylith

fix(hatch, pdm and rye): build proper sdists

09 May 10:39
7eaf33b
Compare
Choose a tag to compare

Fixing an issue with the built sdist for hatch and pdm, indirectly also rye (using hatch).

Details in Pull Request #208

feat(poly check, poly libs): optional third-party libraries

01 May 07:20
ed51bd9
Compare
Choose a tag to compare

Includes any optional third-party libraries when running the poly check and poly libs commands.

Details in Pull Request #207

fix(poly deps):bricks with no imports

25 Apr 07:53
6d49440
Compare
Choose a tag to compare

Fixing an issue with the poly deps comand when there are no imports in a brick.

Details in #201 and #204

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