Poetry-multiproject-plugin

Latest version: v1.7.0

Safety actively analyzes 688178 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 6

1.2.1

Fixing the issue reported in 28 - thank you for reporting this! ⭐

More details in Pull Request 29

1.2.0

Supporting the use case for publishing PyPI package(s) from a Python Monorepo arranged according to what's suggested in this repo, and with Polylith.

When projects includes shared packages, they will have the same top namespace. This can be a problem when libraries, that originates from projects built from the same monorepo, will be installed into the same virtual environment.

Since Python libraries are installed in a "flat" folder structure, two libraries with the same top namespace will collide.

This release will offer a solution to this, by choosing a custom namespace to be used in the build process. Then organize the namespaced packages, and more importantly, re-write the imports made in the source code.

[Pull Request](https://github.com/DavidVujic/poetry-multiproject-plugin/pull/27)

1.1.6

Making the `check-project` command faster. Details in [Pull Request](https://github.com/DavidVujic/poetry-multiproject-plugin/pull/26).

1.1.5

More details in [Pull Request](https://github.com/DavidVujic/poetry-multiproject-plugin/pull/25)

1.1.4

Fix: mypy analyser running properly when check-project from top folder with the `--directory` option.

Pull Request https://github.com/DavidVujic/poetry-multiproject-plugin/pull/23

1.1.3

Adding support for the --directory option in build-project and check-project
Adding support for the --verbose option in check-project, because this command mutes output by default

Pull Request https://github.com/DavidVujic/poetry-multiproject-plugin/pull/21

Page 3 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.