What's Changed
- chore: convert from Poetry to UV by @tomsquest in #13
The goal was to be able to run the project using pipx
.
Yes, it would have been possible with Poetry, but I also wanted to simplify the project thanks to UV.
In the end, switching to UV was not that easy: the pyproject.toml
format is different between UV and Poetry (the author, the license fields...), I upgraded Pydantic to V2 which breaks stuff (and old code is hard to remember)...
Full Changelog: 1.4.1...1.5.0