Upcoming CLI Breaking Change

Hello, although we’re not currently ready to release a new version of our CLI ( GitHub - refractionPOINT/python-limacharlie: Python API for the LimaCharlie.io service. ), we are working on this next version: GitHub - refractionPOINT/python-limacharlie at cli-v2

In order to prevent any adverse effect when we release it, we strongly suggest pinning the version of the python SDK/CLI you’re using to the current major release of 4.x.x. This will prevent the backward-compatible breaking changes from popping up automatically for you.

You can do this by using the package definition: limacharlie~=4.0.

This way when we release 5.0.0 it won’t be automatically picked up by your code.

The new CLI version will be a major overhaul of the CLI to make it better, complete, maintainable and more discoverable by AI.

Please do give us feedback as usual.

Cheers