Flexible uv version

Open Beginner friendly
#10,505 8 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
1-3 hours
Newbie friendliness
68/100
Issue type
Feature
Clarity
Clearly specified
Activity status
Quiet
Tech stack
python
Domain
build-system

Research direction

Open pyproject.toml and locate the uv dependency pinned to 0.7.20. Review how dependencies are declared, then change the constraint to allow version 0.7.20 and newer compatible versions. Done means the project no longer requires exactly uv 0.7.20 and the dependency declaration remains valid.

Written by the indexing model from the issue text.

Description

enhancement jira
Feature Request

In the pyproject.toml, uv==0.7.20. Please make it flexible likeuv>=0.7.20.

Motivation

With hardcoded uv version in the pyproject.toml, I can't use different uv version which is installed on my system. I also think, langflow shouldn't use uv as its dependency, but it is another issue.

Your Contribution

No response

Dominant language
Python
Stars
155k
Forks
10.1k
Avg merge
1d 20h
Merged PRs (30d)
209

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from langflow-ai/langflow

All issues in langflow-ai/langflow

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.