-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Insights: astral-sh/uv
Overview
Could not load contribution data
Please try again later
58 Pull requests merged by 14 people
-
Accept multiple
.env
files inUV_ENV_FILE
#11665 merged
Feb 21, 2025 -
Re-allow HTTP schemes for Git dependencies
#11687 merged
Feb 21, 2025 -
Remove in-memory locks from distribution database
#11412 merged
Feb 21, 2025 -
Run uv-dev tests
#11618 merged
Feb 20, 2025 -
Include uppercase platforms for Windows wheels
#11681 merged
Feb 20, 2025 -
Reuse refined interpreter to create tool environment
#11680 merged
Feb 20, 2025 -
Display path separators as backslashes on Windows
#11667 merged
Feb 20, 2025 -
Support conflict markers in
uv export
#11643 merged
Feb 20, 2025 -
Skip removed directories during bytecode compilation
#11633 merged
Feb 20, 2025 -
Avoid installing duplicate dependencies across conflicting groups
#11653 merged
Feb 20, 2025 -
Fix missing a closing bracket in the cache-keys setting
#11669 merged
Feb 20, 2025 -
Allow quotes around command-line options in
requirement.txt files
#11644 merged
Feb 20, 2025 -
Reduce overhead in converting resolutions
#11660 merged
Feb 20, 2025 -
Use install concurrency for bytecode compilation too
#11615 merged
Feb 20, 2025 -
Display the built file name instead of the canonicalized name in
uv build
#11593 merged
Feb 20, 2025 -
Bump version to 0.6.2
#11630 merged
Feb 19, 2025 -
Add emulated test for x86-64 Python on aarch64 Windows
#11626 merged
Feb 19, 2025 -
Allow use of x86-64 Python on ARM Windows
#11625 merged
Feb 19, 2025 -
Revert: Include environment variables in interpreter info caching
#11622 merged
Feb 19, 2025 -
Make fetching github releases faster
#11614 merged
Feb 19, 2025 -
Regenerate env var docs
#11616 merged
Feb 19, 2025 -
Include environment variables in interpreter info caching
#11601 merged
Feb 19, 2025 -
respect color settings for log messages
#11604 merged
Feb 18, 2025 -
Move
clone_recursive
documentation#11579 merged
Feb 18, 2025 -
Sort dependency group keys when adding new group
#11591 merged
Feb 18, 2025 -
Add document for specifying Python interpreter in tool installation and upgrade commands.
#11598 merged
Feb 18, 2025 -
More consistent
build-binaries.yml
#11478 merged
Feb 18, 2025 -
Set
COLUMNS
during tests#11589 merged
Feb 18, 2025 -
uv/tests: update snapshots for bad merge
#11597 merged
Feb 18, 2025 -
fix duplicate packages with multiple conflicting extras declared
#11513 merged
Feb 18, 2025 -
fix an issue where conflict markers could instigate a very large lock file
#11293 merged
Feb 18, 2025 -
Revert "Temporarily disable cloudsmith test"
#11590 merged
Feb 18, 2025 -
Use an
Arc
for Index URLs#11586 merged
Feb 18, 2025 -
Eagerly reject unsupported Git schemes
#11514 merged
Feb 18, 2025 -
Add
tool.uv.build-constraint-dependencies
topyproject.toml
#11585 merged
Feb 18, 2025 -
Temporarily disable cloudsmith test
#11581 merged
Feb 17, 2025 -
Bump version to 0.6.1
#11580 merged
Feb 17, 2025 -
Add documentation for required environments
#11542 merged
Feb 17, 2025 -
Fix macro typo
#11578 merged
Feb 17, 2025 -
Warn for builds in non-build and workspace root pyproject.toml
#11394 merged
Feb 17, 2025 -
Make fetch python downloads deterministic
#11572 merged
Feb 17, 2025 -
Split uv-git and uv-git-types
#11448 merged
Feb 17, 2025 -
Accept iterator in universal marker evaluation
#11571 merged
Feb 17, 2025 -
Update Rust crate clap to v4.5.29
#11564 merged
Feb 17, 2025 -
Update Rust crate tempfile to v3.17.0
#11570 merged
Feb 17, 2025 -
Update Rust crate smallvec to v1.14.0
#11569 merged
Feb 17, 2025 -
Update Rust crate jiff to 0.2.0
#11568 merged
Feb 17, 2025 -
Update Rust crate codspeed-criterion-compat to v2.8.0
#11567 merged
Feb 17, 2025 -
Update pre-commit dependencies
#11566 merged
Feb 17, 2025 -
Update Rust crate toml_edit to v0.22.24
#11565 merged
Feb 17, 2025 -
Remove clone from marker evaluation
#11562 merged
Feb 16, 2025 -
Fallback to
GET
on HTTP 400 when attempting to use range requests for wheel download#11539 merged
Feb 16, 2025 -
Prefer local variants in preference selection
#11546 merged
Feb 16, 2025 -
Remove redundant index from preference key
#11543 merged
Feb 15, 2025 -
Add
--all
touvx --reinstall
message#11535 merged
Feb 15, 2025 -
Sync latest Python releases
#11527 merged
Feb 15, 2025 -
Note that main.py used to be hello.py
#11519 merged
Feb 14, 2025 -
Respect verbatim executable name in uvx
#11524 merged
Feb 14, 2025
14 Pull requests opened by 9 people
-
Use "Source" instead of "Repository" in PyPI links
#11526 opened
Feb 14, 2025 -
[docs] Add shebang section for scripts
#11553 opened
Feb 16, 2025 -
Remove build backend parking breaks
#11576 opened
Feb 17, 2025 -
Require the command in `uvx <name>` to be available in the Python environment
#11603 opened
Feb 18, 2025 -
Close #9871: add uv self uninstall command
#11613 opened
Feb 19, 2025 -
Add documentation for running as unprivileged user
#11617 opened
Feb 19, 2025 -
Return error when running uvx with a .py script
#11623 opened
Feb 19, 2025 -
Add smoke test script in Python
#11628 opened
Feb 19, 2025 -
Add an "edit this page" button to the docs
#11642 opened
Feb 19, 2025 -
Update the "Locking and syncing" page
#11647 opened
Feb 19, 2025 -
Update versioning policy
#11666 opened
Feb 20, 2025 -
Run CI
#11670 opened
Feb 20, 2025 -
add pip-compatible `--group` flag to `uv pip install`
#11686 opened
Feb 21, 2025 -
Docs: refactor/enhance dependency groups section
#11690 opened
Feb 21, 2025
79 Issues closed by 30 people
-
Include python-version in pyproject.toml
#11697 closed
Feb 21, 2025 -
Cannot run free-threading Python
#11693 closed
Feb 21, 2025 -
Dynamic dependencies, `cache-keys` and `uv add` inconsistencies ?
#11672 closed
Feb 21, 2025 -
VS Code debugger fails to start using a venv created by uv
#11656 closed
Feb 21, 2025 -
Request to Reintroduce HTTP Support for Git URLs
#11683 closed
Feb 21, 2025 -
Missing a closing bracket in the cache-keys setting in the document
#11668 closed
Feb 20, 2025 -
Resolution error for pywin32 with tool.uv.environments constraints
#11664 closed
Feb 20, 2025 -
`uv tool install` sets up correct Python environment only on second installation
#11678 closed
Feb 20, 2025 -
Display path separators consistently in `uv tool list` on Windows
#10426 closed
Feb 20, 2025 -
Strip conflict markers in `uv export`
#11548 closed
Feb 20, 2025 -
`uv export` includes duplicates for projects with conflicts
#11559 closed
Feb 20, 2025 -
uv can install more than one version of a package at a time
#11648 closed
Feb 20, 2025 -
uv does not support --constraint with a URL in double quotes
#11592 closed
Feb 20, 2025 -
uv run does not automatically read .env file
#11673 closed
Feb 20, 2025 -
Add a uv wrapper
#11639 closed
Feb 20, 2025 -
List UV venv's and current venv
#11657 closed
Feb 20, 2025 -
`tool_run_verbatim_name` fails with `COLUMNS=100`
#11588 closed
Feb 20, 2025 -
Add `uv doc`
#11662 closed
Feb 20, 2025 -
differences between pip & uv for opencv
#11659 closed
Feb 20, 2025 -
[Question] include uv in docker
#11654 closed
Feb 20, 2025 -
uv build is looking for the wrong sdist file
#11635 closed
Feb 20, 2025 -
Display the built file name instead of the canonicalized name in `uv build`
#11103 closed
Feb 20, 2025 -
What does --python-preference do for uv pip install
#11497 closed
Feb 20, 2025 -
`uv`'s tool installation feature breaks on Wine
#5090 closed
Feb 19, 2025 -
`uv` sync in workspace during docker build doesn't install dependencies
#8460 closed
Feb 19, 2025 -
proxy exceptions are ignore on Windows
#11620 closed
Feb 19, 2025 -
uv 0.5.25 and later fail on Windows arm64 because they do not install Python
#11493 closed
Feb 19, 2025 -
`pdb` not useable with pytest and uv
#11621 closed
Feb 19, 2025 -
uv requires platform-specific wheels to be present, even on different platforms
#11573 closed
Feb 19, 2025 -
Error installing wheel with "invalid version"
#5478 closed
Feb 19, 2025 -
uv sync failing due to cuda dependencies on MAC when I specifically put them in a cuda group
#11607 closed
Feb 19, 2025 -
`uv run --prerelease=allow script.py` with in-line index seems to fail
#11608 closed
Feb 19, 2025 -
Support `--user` flag from pip
#2077 closed
Feb 18, 2025 -
Mininum Python requirement from dependency greater than root project.
#11605 closed
Feb 18, 2025 -
Showing color despite `--color never` or `NO_COLOR=1` on `uv python install`
#11560 closed
Feb 18, 2025 -
Environment Variables for uv publish not being recognized
#10685 closed
Feb 18, 2025 -
Insert `pyproject.toml` `[dependency-groups]` entries in sorted order
#11447 closed
Feb 18, 2025 -
Add documentation for Python version requests in `uv tool install`
#11536 closed
Feb 18, 2025 -
Filename truncated during https tar stream
#5450 closed
Feb 18, 2025 -
uv python install at fixed location?
#7710 closed
Feb 18, 2025 -
`XDG_BIN_HOME` common default not used
#6937 closed
Feb 18, 2025 -
Avoid discovering managed toolchains when mutating environment with `--system` flag
#4241 closed
Feb 18, 2025 -
RFC: Tool management
#3560 closed
Feb 18, 2025 -
Unable to run `uvx --python [3.9|3.10|3.11|3.12] textual-paint`
#9851 closed
Feb 18, 2025 -
uv sync: environment markers ignored when extra is given
#11498 closed
Feb 18, 2025 -
Duplicate packages with multiple conflicts
#11479 closed
Feb 18, 2025 -
Very large lockfile and clean up
#9735 closed
Feb 18, 2025 -
Add support for optimized mode (`-O`) in `uv run`
#11547 closed
Feb 18, 2025 -
Add `build-constraints` support to `uv lock` etc. via `pyproject.toml`
#6913 closed
Feb 18, 2025 -
uv export into Poetry lockfile
#11575 closed
Feb 18, 2025 -
UV can't resolve an environment with pyspark
#11582 closed
Feb 17, 2025 -
Python version sync is non-deterministic on Windows "shared" builds
#11549 closed
Feb 17, 2025 -
What is the equivalent of poetry install in uv?
#11577 closed
Feb 17, 2025 -
Add hint for DevPi indexes without `/+simple`
#11136 closed
Feb 17, 2025 -
Installing local packages
#11561 closed
Feb 16, 2025 -
perf: `uv build` is slower on the second run compared to `uvx hatch build`
#7062 closed
Feb 16, 2025 -
Stale dependencies when running in scripts
#8059 closed
Feb 16, 2025 -
Keeping an encrypted dotenv file with uv
#9807 closed
Feb 16, 2025 -
Caused by: The cloud operation cannot be performed on a file with incompatible hardlinks. (os error 396)
#9721 closed
Feb 16, 2025 -
Name discrepancy in pip install --config-setting / --config-settings
#10565 closed
Feb 16, 2025 -
`uv add vllm` doesnt resolve dependcy
#11343 closed
Feb 16, 2025 -
Add somewhat analog to "sudo !!"
#11552 closed
Feb 16, 2025 -
`uv build` with `hatchling` build backend doesn't include nested package in wheel
#11557 closed
Feb 16, 2025 -
pytorch cannot be installed from cpu index when opencv is also a dependency
#11558 closed
Feb 16, 2025 -
uv not using python3.13-nogil
#11556 closed
Feb 16, 2025 -
`uv python install` should recognize the `UV_PYTHON` environment variable
#10128 closed
Feb 16, 2025 -
Can't install packages from private PYPI source since v0.5.15
#11501 closed
Feb 16, 2025 -
Cannot install the CPU version of torch 2.6.0
#11406 closed
Feb 16, 2025 -
Dependency Resolver Ignores Platform-Specific Version Constraints
#9988 closed
Feb 15, 2025 -
uv sync should warn (or fail) when lock file is out of sync with pyproject.toml dependency tables
#11530 closed
Feb 15, 2025 -
Tool can't find PyQt
#11531 closed
Feb 15, 2025 -
Add option to use symlink in site-packages to reduce disk space usage
#11504 closed
Feb 15, 2025 -
uv tool run iam_role_assumer with uv 0.5.30 works & 0.5.31 fails
#11511 closed
Feb 14, 2025 -
uvx in 0.5.31 no longer runs command and instead complains about hyphens of its own imagining
#11521 closed
Feb 14, 2025
68 Issues opened by 55 people
-
Failed to parse uv.lock file
#11701 opened
Feb 21, 2025 -
Switching extras uninstalls required dependency
#11700 opened
Feb 21, 2025 -
Intermediate layer multi-arch Docker builds have intermittent hang during "uv sync"
#11699 opened
Feb 21, 2025 -
"UI compliant" output?
#11698 opened
Feb 21, 2025 -
avoid azure artifacts PAT in pyproject.toml
#11696 opened
Feb 21, 2025 -
Get information about environment
#11695 opened
Feb 21, 2025 -
uv cache prune removes files from a running process executed with `uvx`
#11694 opened
Feb 21, 2025 -
Generate appropriate .gitignore files when build-backend option is specified for init command
#11692 opened
Feb 21, 2025 -
Clarify interaction of `--group` and default dev dependencies
#11691 opened
Feb 21, 2025 -
uv pip install torch --index-url https://download.pytorch.org/whl/cu118
#11689 opened
Feb 21, 2025 -
Confused about uv sync --no-install-project
#11688 opened
Feb 21, 2025 -
Issue tracker vs GH discussions vs Discord
#11685 opened
Feb 21, 2025 -
Stucturing project with workspaces
#11684 opened
Feb 21, 2025 -
Support "only-binary"configuration and UV_ONLY_PROJECT environment variable at project level
#11682 opened
Feb 21, 2025 -
Can't update packages to latest in pyproject.toml?
#11679 opened
Feb 20, 2025 -
`uv pip list` option to show origin (PyPI, GitHub, etc)
#11676 opened
Feb 20, 2025 -
uv sync --only-group and --no-extra still evaluates other package sources not specified, source = path
#11675 opened
Feb 20, 2025 -
Feature: `uv tool install <package> <package> <package>`
#11674 opened
Feb 20, 2025 -
Corrupt .pth in site-packages
#11671 opened
Feb 20, 2025 -
Add `uv test`
#11663 opened
Feb 20, 2025 -
Migrating from pip-tools workflow to uv project
#11661 opened
Feb 20, 2025 -
uv sync fail with pillow
#11658 opened
Feb 20, 2025 -
`uv init` fails to create .git directory or .gitignore file when inside git repo
#11655 opened
Feb 20, 2025 -
uv build creates dist/.gitignore; doesn't play nice with PYPI trusted publishing
#11652 opened
Feb 20, 2025 -
I encountered a bug when using "uv add tensorrt" to install TensorRT
#11651 opened
Feb 20, 2025 -
Automatically detect dependencies from project imports (similar to pipreqs)
#11650 opened
Feb 20, 2025 -
[feature request] pretty progress bar like in pip
#11649 opened
Feb 20, 2025 -
`uv x` as alternative to `uvx`
#11646 opened
Feb 19, 2025 -
Avoid unnecessary downgrades due to development dependencies
#11645 opened
Feb 19, 2025 -
Integrate with pre-commit (or replace it)
#11641 opened
Feb 19, 2025 -
uv ignore proxy exceptions on Windows
#11640 opened
Feb 19, 2025 -
Possibly spurious Windows test failure
#11638 opened
Feb 19, 2025 -
uvx does not work when installed with `pipx install --suffix=... uv`
#11637 opened
Feb 19, 2025 -
`uv pip install -r requirements.txt` flakiness with `datashader` and `llvmlite` packages
#11636 opened
Feb 19, 2025 -
Package-specific find-links, without using other indices
#11634 opened
Feb 19, 2025 -
uv reports PyPy version based on stdlib version rather than `pypy_version`
#11631 opened
Feb 19, 2025 -
Workspace incorectly resolves dependencies when they are conditionally excluded
#11629 opened
Feb 19, 2025 -
Respect `requires-python` upper bounds on first-party packages
#11624 opened
Feb 19, 2025 -
Disable dependency groups via environment variable
#11619 opened
Feb 19, 2025 -
Support --compile-bytecode for only the installed packages
#11611 opened
Feb 19, 2025 -
Suggest `uv tool install` during `uv pip install --user`
#11609 opened
Feb 18, 2025 -
Allow dependency groups to define a separate `requires-python`
#11606 opened
Feb 18, 2025 -
Docs - Installation
#11602 opened
Feb 18, 2025 -
Add an `authentication` mode to `[index]` configuration
#11600 opened
Feb 18, 2025 -
Show hint when permission denied encountered during system package install
#11599 opened
Feb 18, 2025 -
Adding a new index to the `pyproject.toml` does not trigger any `uv.lock` update
#11596 opened
Feb 18, 2025 -
Consider using the system SSL library, i.e., OpenSSL instead of `rusttls` / `ring`
#11595 opened
Feb 18, 2025 -
Workspace wheel file cannot be installed if more than one workspace subpackage dependencies are specified
#11587 opened
Feb 18, 2025 -
project.scripts not running my scripts
#11584 opened
Feb 17, 2025 -
Cannot access entry points in workspace sub packages
#11583 opened
Feb 17, 2025 -
Workspace common dependencies
#11574 opened
Feb 17, 2025 -
UV-pack?
#11563 opened
Feb 16, 2025 -
Installation of PyDev.Debugger failed using uv
#11555 opened
Feb 16, 2025 -
uv does not seem to install so files of coremltools
#11554 opened
Feb 16, 2025 -
UX: `uv python install` silently skips requests depending on what I already have installed
#11551 opened
Feb 16, 2025 -
What is the best way to handle cases where a Python package internally assumes that pip is the installer?
#11550 opened
Feb 16, 2025 -
`pyenv`-created virtualenv is not picked up
#11544 opened
Feb 15, 2025 -
Windows/Apple App Store Versions
#11540 opened
Feb 15, 2025 -
Special-case resolver error messages in `uv add`
#11538 opened
Feb 15, 2025 -
Better sync API for groups with workspaces
#11537 opened
Feb 15, 2025 -
Make uv tool upgrade --all tolerant to deleted Python versions
#11534 opened
Feb 15, 2025 -
uv has different behaviour compared to python for brotli
#11533 opened
Feb 15, 2025 -
`uv add --index` fails to install PyTorch CUDA packages on Windows
#11532 opened
Feb 15, 2025 -
Add section about how packages are installed from the cache
#11528 opened
Feb 15, 2025 -
git bisect like feature for updating lock files
#11525 opened
Feb 14, 2025
92 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Update Windows trampolines for compatibility with Python 3.7 and earlier
#8649 commented on
Feb 20, 2025 • 2 new comments -
Make the cache dir wherever uv is called from when --no-cache specified
#11477 commented on
Feb 18, 2025 • 0 new comments -
tkagg is not compatible with uv-managed Python installs
#6893 commented on
Feb 20, 2025 • 0 new comments -
A uv Environment Is Not Compatible With pyo3 Out Of The Box
#11006 commented on
Feb 20, 2025 • 0 new comments -
uvx offline fallback mode?
#10380 commented on
Feb 20, 2025 • 0 new comments -
`uv pip install gdal` fails to build, with workaround (Windows)
#11466 commented on
Feb 20, 2025 • 0 new comments -
Add an option to store virtual environments in a centralized location outside projects
#1495 commented on
Feb 20, 2025 • 0 new comments -
Add `--no-upgrade-package` to opt-out of upgrading a specific package
#7177 commented on
Feb 20, 2025 • 0 new comments -
.lock file causes conflict when installing python into a shared directory
#8032 commented on
Feb 20, 2025 • 0 new comments -
uv roadmap
#10808 commented on
Feb 20, 2025 • 0 new comments -
Too long cache filenames
#2410 commented on
Feb 20, 2025 • 0 new comments -
`UV_PROJECT_ENVIRONMENT` is being ignored while creating venv
#10807 commented on
Feb 20, 2025 • 0 new comments -
error: Distribution `kaleido==0.2.1.post1 @ registry+https://pypi.org/simple` can't be installed because it doesn't have a source distribution or wheel for the current platform
#10464 commented on
Feb 20, 2025 • 0 new comments -
Windows distribution cache access denied in CI
#11409 commented on
Feb 20, 2025 • 0 new comments -
uv init: Project layouts, defaults and terminology
#8178 commented on
Feb 20, 2025 • 0 new comments -
[Feature request] Generate AWS lambda zips using `uv build`
#9350 commented on
Feb 19, 2025 • 0 new comments -
Selecting .venv/bin/python as an active interpreter in VSCode doesn't enable IDE features
#9637 commented on
Feb 19, 2025 • 0 new comments -
Bytecode timed out (60s)
#6105 commented on
Feb 19, 2025 • 0 new comments -
Hint use of `uv run` if `uvx` is given a script path
#10784 commented on
Feb 19, 2025 • 0 new comments -
Git prompt hidden without `--verbose` flag
#5107 commented on
Feb 19, 2025 • 0 new comments -
Feature request: show available package versions (equivalent of `pip index versions`)
#2111 commented on
Feb 19, 2025 • 0 new comments -
Installation fails on macOS without fish
#10461 commented on
Feb 19, 2025 • 0 new comments -
`requirements.txt` allows editable paths to be quoted
#3621 commented on
Feb 19, 2025 • 0 new comments -
uvx and uv tool not respecting python version in packaged app
#8206 commented on
Feb 19, 2025 • 0 new comments -
A minimal build backend for uv: uv_build
#11446 commented on
Feb 19, 2025 • 0 new comments -
Be compatible with non-PEP440 version under env var UV_NON_PEP440_COMPAT
#11434 commented on
Feb 20, 2025 • 0 new comments -
Add `UV_PYTHON_DOWNLOADS_JSON_URL` to set custom managed python sources
#10939 commented on
Feb 21, 2025 • 0 new comments -
docs: rework alternative indexes documentation
#10826 commented on
Feb 19, 2025 • 0 new comments -
Add elvish activation script
#10670 commented on
Feb 18, 2025 • 0 new comments -
Test with custom install dir
#10048 commented on
Feb 20, 2025 • 0 new comments -
Validate that discovered interpreters meet the Python preference
#7934 commented on
Feb 15, 2025 • 0 new comments -
Make `--python` a global argument
#3889 commented on
Feb 15, 2025 • 0 new comments -
support installing uv to the project using a wrapper script
#6662 commented on
Feb 21, 2025 • 0 new comments -
Dependency Dashboard
#2658 commented on
Feb 21, 2025 • 0 new comments -
Better default for uv sync
#10934 commented on
Feb 21, 2025 • 0 new comments -
Add monorepo support to uv with `uv init --monorepo` and other supporting commands
#11095 commented on
Feb 21, 2025 • 0 new comments -
Output format json
#411 commented on
Feb 21, 2025 • 0 new comments -
uv exports incomplete requirements if using external packages
#7496 commented on
Feb 21, 2025 • 0 new comments -
how to change default python version in uv?
#8135 commented on
Feb 21, 2025 • 0 new comments -
Can `uv.lock` contain multiple source registries for a single package?
#7700 commented on
Feb 21, 2025 • 0 new comments -
UV support at SNYK
#11181 commented on
Feb 21, 2025 • 0 new comments -
Documentation feedback
#5605 commented on
Feb 21, 2025 • 0 new comments -
Python file autocomplete with `uv run` on zsh with ohmyzsh
#8432 commented on
Feb 21, 2025 • 0 new comments -
Feature: Automatically detect and enable virtual environments
#7744 commented on
Feb 21, 2025 • 0 new comments -
Support `--exclude-newer` for resolved VCS revisions
#4861 commented on
Feb 21, 2025 • 0 new comments -
Add `--no-install-*` to `add`/`remove`/`run` and add env vars
#6578 commented on
Feb 21, 2025 • 0 new comments -
Regression in uv 5.10 installing from directory/git package with pyproject.toml
#10039 commented on
Feb 17, 2025 • 0 new comments -
Feature request: `uv describe` showing metadata and entry points of any pypi package.
#6037 commented on
Feb 17, 2025 • 0 new comments -
Reconcile published and vendored pep508_rs crates
#3538 commented on
Feb 17, 2025 • 0 new comments -
(🎁) Add a command to "upgrade" dependency constraints in the `pyproject.toml`
#6794 commented on
Feb 17, 2025 • 0 new comments -
RFE: Improve the "No interpreter found" error message when python-downloads is set to "manual"
#9437 commented on
Feb 16, 2025 • 0 new comments -
SSH authentication skips password check, hangs
#3783 commented on
Feb 16, 2025 • 0 new comments -
Install dependency groups in the `uv pip` interface, i.e., `uv pip install --group`
#8590 commented on
Feb 16, 2025 • 0 new comments -
Lock dependency groups in the `uv pip` interface, i.e., `uv pip compile --group`
#8969 commented on
Feb 16, 2025 • 0 new comments -
uv's cache blocks setuptools from updating strict-mode editable install sandbox symlinks
#10946 commented on
Feb 16, 2025 • 0 new comments -
Include build dependencies in locked resolutions (`uv pip compile`, `uv lock`)
#7052 commented on
Feb 16, 2025 • 0 new comments -
uv pip install does not respect the python version specified in pyproject.toml
#11506 commented on
Feb 16, 2025 • 0 new comments -
Support `pip wheel` subcommand
#1681 commented on
Feb 15, 2025 • 0 new comments -
Add a command to read and update (i.e., bump) the project version, e.g., `uv version`
#6298 commented on
Feb 15, 2025 • 0 new comments -
How to export standlone with dependencies from pyproject.toml
#11541 commented on
Feb 15, 2025 • 0 new comments -
uv add package upgrade doesn't work
#11509 commented on
Feb 15, 2025 • 0 new comments -
Add support for templating and creating projects with uv
#9754 commented on
Feb 15, 2025 • 0 new comments -
`uv tool install --reinstall` not working as documented
#8067 commented on
Feb 15, 2025 • 0 new comments -
Add support for config_settings in requirements.txt / requirements.in
#3636 commented on
Feb 15, 2025 • 0 new comments -
Package dependency is not installed from local checkout
#11351 commented on
Feb 15, 2025 • 0 new comments -
Empty `UV_TOOL_DIR` and `UV_TOOL_DIR_BIN` environment variables treated differently
#8608 commented on
Feb 15, 2025 • 0 new comments -
Bug (?): `PACKAGE_ROOT` not working one level up
#3271 commented on
Feb 15, 2025 • 0 new comments -
`--python` should be allowed before command
#3704 commented on
Feb 15, 2025 • 0 new comments -
`uv tool install` doesn't have a separate `index-url` config
#11522 commented on
Feb 14, 2025 • 0 new comments -
Add plugin support (and/or an python api)?
#9392 commented on
Feb 19, 2025 • 0 new comments -
Indirect Dependency Authentication Issue
#7967 commented on
Feb 19, 2025 • 0 new comments -
`uv venv` overwrites existing virtual environment on subsequent run
#1472 commented on
Feb 19, 2025 • 0 new comments -
Add `uv self uninstall` command
#9871 commented on
Feb 19, 2025 • 0 new comments -
Venvs from uv and from native python works a little different on nix
#4450 commented on
Feb 19, 2025 • 0 new comments -
`ModuleNotFoundError` when attempting to use certain `tool.uv.build-backend` settings
#11461 commented on
Feb 18, 2025 • 0 new comments -
Reject `git+file` paths in requirement definitions
#11425 commented on
Feb 18, 2025 • 0 new comments -
Add test case for remote requirements file with HTTP basic authentication
#2593 commented on
Feb 18, 2025 • 0 new comments -
regression: authentication stopped working in uv 0.1.36
#3923 commented on
Feb 18, 2025 • 0 new comments -
Consider `execv` for `uv run` on Unix
#3095 commented on
Feb 18, 2025 • 0 new comments -
Add strict command mode to `uv run`
#3097 commented on
Feb 18, 2025 • 0 new comments -
Dependencies with custom indexes lead to lockfile always being outdated
#11419 commented on
Feb 18, 2025 • 0 new comments -
Feature request: Have MACOSX_DEPLOYMENT_TARGET as uv config or have a default place from where env vars are loaded for uv
#9837 commented on
Feb 18, 2025 • 0 new comments -
uv not detecting system installed Python installations of other architecture on Windows
#11217 commented on
Feb 18, 2025 • 0 new comments -
Write `--no-cache`'s temporary cache into venv not /tmp to allow use of hardlinks in more cases
#11385 commented on
Feb 18, 2025 • 0 new comments -
Running uv scripts in debug mode
#8558 commented on
Feb 18, 2025 • 0 new comments -
`uv pip` resolver should be able to backtrack on 403
#5260 commented on
Feb 17, 2025 • 0 new comments -
Support `pip download`
#3163 commented on
Feb 17, 2025 • 0 new comments -
Failed to inspect Python interpreter in conjunction with sitecustomize.py
#11508 commented on
Feb 17, 2025 • 0 new comments -
Suggestion: `uv bundle`, `uv build --release` or similar to create a contained executable a la pyinstaller, py2exe
#5802 commented on
Feb 17, 2025 • 0 new comments -
Build a wheel using pinned/resolved dependencies from `uv.lock`?
#8729 commented on
Feb 17, 2025 • 0 new comments -
`uv pip` ignores `.python-version` file
#9581 commented on
Feb 17, 2025 • 0 new comments -
Add `--only-workspace` to `uv tree`
#11505 commented on
Feb 17, 2025 • 0 new comments