Update: MeshCore version in flake#19
Conversation
|
The versions correspond to the pypi releases, I rarely do releases on github ... Latest is 2.2.2 but is not needed by meshcore-cli (the stats command has not been implemented there), I bumped requirements because I had issues and wanted to force pipx using all the latest versions ... in the end the problem is with latest bleak (2.0) We can set the required version back to 2.2.1, but I don't think it's necessary. Putting the flake in sync is important though ;) so if it does problem with 2.2.1, you should probably bump the requirements to 2.2.2 (I didn't do it because I couldn't fin a way to get the hash for the lib without installing the package) |
|
The |
|
Thanks for upgrading the flake ;) |
Updated the MeshCore version in the flake. I am not sure why, but on https://pypi.org/project/meshcore/ the latest release is 2.2.2, while on https://github.com/meshcore-dev/meshcore_py/releases it is 2.2.1.
I would suggest using GitHub as the source of truth, which is implemented in this commit. I also set the requirement in
pyproject.tomlback to 2.2.1.