refactor!: remove deprecated cli module and update dependencies#162
Conversation
|
@max-sixty After this is merged, I would like to publish the new version to PyPI. |
|
The CLI is very well done and I am impressed, but there are so many dependencies that it will probably need to be split into separate packages if it is to be revived. |
max-sixty
left a comment
There was a problem hiding this comment.
Thanks.
It was a wonderful project, it remains in the soul of PRQL even if not the repo...
|
Shall I release 0.7.0 from the main repo? It's slightly simpler of the versions stay aligned, unless we have a reason to deviate |
If that is your intention, I am happy to hold off on releasing pyprql. |
Remove the cli module, which has been deprecated since pyprql 0.5.10 (released on PyPI on 2022-12-12) (#93), and update dependencies.
This PR also includes a configuration change for python-semantic-release (
major_on_zero = false), making the release after this disruptive change0.7.0instead of1.0.0.