<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/why-aren-t-we-uv-yet--tzrzhdn5g" -->

---
title: Why aren&#x27;t we uv yet? | daily.dev
description: A data-driven look at uv adoption among Python developers in 2025-2026. Analysis of top GitHub repositories shows uv is used in ~30% of new Python repos...
canonical: https://daily.dev/posts/why-aren-t-we-uv-yet--tzrzhdn5g
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Why aren&#x27;t we uv yet? | daily.dev
og:description: A data-driven look at uv adoption among Python developers in 2025-2026. Analysis of top GitHub repositories shows uv is used in ~30% of new Python repos...
og:url: https://daily.dev/posts/why-aren-t-we-uv-yet--tzrzhdn5g
og:image: https://api.daily.dev/og/posts/TZrzhdN5G.png
og:image:alt: Why aren&#x27;t we uv yet?
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Why aren't we uv yet?

**[Lobsters](https://daily.dev/sources/lobsters)** · 3 min read · 7 upvotes · 1 comments

## Summary

A data-driven look at uv adoption among Python developers in 2025-2026. Analysis of top GitHub repositories shows uv is used in ~30% of new Python repos created in 2026, reaching 44% of the popularity of requirements.txt. The gap is largely attributed to LLM coding agents defaulting to pip due to training data bias. Recommendations are provided for library authors, application authors, and script authors on how to promote uv adoption.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://aleyan.com/blog/2026-why-arent-we-uv-yet>

## Similar posts on daily.dev

- [How uv got so fast](https://daily.dev/posts/how-uv-got-so-fast-fgscee8dp) · Hacker News · 5 upvotes · 2 comments
- [uv is the best thing to happen to the Python ecosystem in a decade](https://daily.dev/posts/uv-is-the-best-thing-to-happen-to-the-python-ecosystem-in-a-decade-14hjixazi) · Hacker News · 3 upvotes · 0 comments
- [uv overtakes pip in CI \(for Wagtail users\)](https://daily.dev/posts/uv-overtakes-pip-in-ci-for-wagtail-users--adspjs8op) · Hacker News · 0 upvotes · 0 comments
- [Switching from Pip to uv in Python: A Comprehensive Guide](https://daily.dev/posts/switching-from-pip-to-uv-in-python-a-comprehensive-guide-psilnu7jd) · AppSignal · 66 upvotes · 1 comments

---

Tags: [#python](https://daily.dev/tags/python), [#pip](https://daily.dev/tags/pip)

[View this post on daily.dev](https://daily.dev/posts/why-aren-t-we-uv-yet--tzrzhdn5g)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Why aren't we uv yet?","url":"https://daily.dev/posts/why-aren-t-we-uv-yet--tzrzhdn5g","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/why-aren-t-we-uv-yet--tzrzhdn5g"},"datePublished":"2026-04-10T19:43:38.935Z","dateModified":"2026-04-10T19:44:01.503Z","description":"A data-driven look at uv adoption among Python developers in 2025-2026. Analysis of top GitHub repositories shows uv is used in ~30% of new Python repos...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/ca060f192901cc8b670a504ff1012d80?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/ca060f192901cc8b670a504ff1012d80?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Lobsters","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Lobsters","logo":"https://media.daily.dev/image/upload/s--tl8v_Fku--/f_auto,t_logo/v1698841318/logos/lobste.jpg","url":"https://daily.dev/sources/lobsters"},"commentCount":1,"discussionUrl":"https://daily.dev/posts/why-aren-t-we-uv-yet--tzrzhdn5g","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":7},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":1}],"keywords":"python,pip","timeRequired":"PT3M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Lobsters","item":"https://daily.dev/sources/lobsters"},{"@type":"ListItem","position":3,"name":"Why aren't we uv yet?"}]}
```

