this post was submitted on 15 Feb 2025
44 points (97.8% liked)

Python

6684 readers
5 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

๐Ÿ“… Events

PastNovember 2023

October 2023

July 2023

August 2023

September 2023

๐Ÿ Python project:
๐Ÿ’“ Python Community:
โœจ Python Ecosystem:
๐ŸŒŒ Fediverse
Communities
Projects
Feeds

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments

Well I can think of a couple:

  1. It makes heavy use of caching and occasionally that goes wrong and give confusing errors until you think to uv clean
  2. It's an extra step to install uv which you may not want to impose on users, or CI.
  3. Astral might die.

But it's sooooo much better than the official tooling (and the competition like Poetry) that the conclusion is still the same: you should definitely use it.