pyupio/safety

Used as dependency?

pawamoy opened this issue · 2 comments

In the changelog of release 2.0, you say:

Now Safety can be used as a dependency in your code

What does this mean exactly?

Hi @pawamoy,

In the beginning, PyUp created Safety to be only a CLI tool, but a group of users was using Safety as a dependency in their code; importing Safety in your code wasn't officially supported then.

In Safety >=2.0, we ensured that users could use Safety directly in the code. So now we keep CLI commands and the internal API following SEMVER.

If you have more questions, please create a new issue. I'll close this for now.

That answers my question, thank you 🙂