juftin / hatch-pip-compile

hatch plugin to use pip-compile (or uv) to manage project dependencies and lockfiles
http://juftin.com/hatch-pip-compile/
MIT License
76 stars 3 forks source link

Use `uv` as locker / installer? #72

Closed juftin closed 7 months ago

juftin commented 8 months ago

https://github.com/astral-sh/uv

uv has a pip-compile compatible API and it's extremely fast. It might be a good option to leverage similar to pip-compile-installer

juftin commented 7 months ago

:tada: This issue has been resolved in version 1.11.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: