πŸš€ Faster App Publishing with `uv`

We have improved the packing step of an app-version publish by implementing uv as Python package manager. This package manager is significantly faster than pip and can speed up your publishes up to several minutes!

Check out the following references to learn more!

NOTE: Your app should still consist of a requirements.txt file! The Feature Request for uv support in local development (e.g. using pyproject.toml) can be tracked here: Python version handling by uv

4 Likes

very nice Kevin!!

That’s very nice indeed! :clap: Thank you!

Does it now support uv.lock? Or do we still have to provide a requirements.txt file?

Good question! We did not make any progress on support for uv.lock or pyproject.toml files, this is only an internal improvement which still relies on requirements.txt. I’ll update my message to make this more clear.

1 Like