-
Notifications
You must be signed in to change notification settings - Fork 732
Insights: astral-sh/uv
Overview
Could not load contribution data
Please try again later
80 Pull requests merged by 16 people
-
Update pip-and-uv strictness example
#8822 merged
Nov 5, 2024 -
Bump version to 0.4.30
#8820 merged
Nov 5, 2024 -
Publish: Hint at
--skip-existing
->--check-url
transition#8803 merged
Nov 4, 2024 -
Update Packse snapshots
#8795 merged
Nov 4, 2024 -
Improve interactions with existing Python executables during install
#8733 merged
Nov 4, 2024 -
Fix test case on
main
#8816 merged
Nov 4, 2024 -
Discover and respect
.python-version
files in parent directories#6370 merged
Nov 4, 2024 -
Add support for
.env
and custom env files inuv run
#8811 merged
Nov 4, 2024 -
uv/tests: make
python_version < '0'
regression test smaller#8809 merged
Nov 4, 2024 -
refactor resolver forking to make it easier to centralize decision making
#8754 merged
Nov 4, 2024 -
Allow managed downloads with
--python-preference system
#8808 merged
Nov 4, 2024 -
Extend BaseClient to accept extra middleware
#8807 merged
Nov 4, 2024 -
Add
From
forFlatDistributions
struct#8800 merged
Nov 4, 2024 -
Update Rust crate which to v7
#8794 merged
Nov 4, 2024 -
Update Rust crate procfs to 0.17.0
#8793 merged
Nov 4, 2024 -
Update Rust crate axoupdater to 0.8.0
#8792 merged
Nov 4, 2024 -
Update pre-commit dependencies
#8791 merged
Nov 4, 2024 -
Update Rust crate thiserror to v1.0.67
#8790 merged
Nov 4, 2024 -
Update Rust crate syn to v2.0.87
#8789 merged
Nov 4, 2024 -
Update Rust crate anyhow to v1.0.92
#8787 merged
Nov 4, 2024 -
Fix indentation level in test publish script
#8785 merged
Nov 3, 2024 -
Retrying parsing in test_publish.py
#8784 merged
Nov 3, 2024 -
Allow incompatible
requires-python
for source distributions with static metadata#8768 merged
Nov 3, 2024 -
docs: env var doc improvements
#8777 merged
Nov 3, 2024 -
Fix no_binary_only_binary test
#8776 merged
Nov 3, 2024 -
Generate environment variables doc from code
#8493 merged
Nov 3, 2024 -
Fix indentation in
projects.md
#8772 merged
Nov 3, 2024 -
Show full error chain on tool upgrade failures
#8753 merged
Nov 2, 2024 -
Enable
--all-packages --frozen
inuv sync
anduv export
#8760 merged
Nov 2, 2024 -
Add support for
uv export --all-packages
#8742 merged
Nov 2, 2024 -
Add support for
uv run --all-packages
#8741 merged
Nov 2, 2024 -
Add support for
uv sync --all-packages
#8739 merged
Nov 2, 2024 -
fix bug where
python_version < '0'
could appear in a final resolution#8759 merged
Nov 1, 2024 -
Fix
add httpx
example with real git branch#8756 merged
Nov 1, 2024 -
Run
cargo update
#8703 merged
Nov 1, 2024 -
uv-client: switch to RFC 9110 compatible format
#8752 merged
Nov 1, 2024 -
Improve and fix some documents
#8749 merged
Nov 1, 2024 -
Docs: fix env var name in providing credentials section
#8740 merged
Nov 1, 2024 -
Include member groups when locking workspace
#8736 merged
Nov 1, 2024 -
Avoid error for
--group
defined in non-root workspace member#8734 merged
Oct 31, 2024 -
Avoid showing dependency group annotations on workspace members in tree
#8730 merged
Oct 31, 2024 -
Sanitize filenames during zip extraction
#8732 merged
Oct 31, 2024 -
Add support for installing versioned Python executables on Windows
#8663 merged
Oct 31, 2024 -
Check error case in check URL testing
#8631 merged
Oct 31, 2024 -
Skip existing, second iteration: Check the index before uploading
#8531 merged
Oct 31, 2024 -
Do not error when the Python bin directory is missing on
uv python uninstall
#8725 merged
Oct 31, 2024 -
Fix link to publish guide in README
#8720 merged
Oct 31, 2024 -
Fix test context filtering of Python platform keys with elided patch versions
#8713 merged
Oct 31, 2024 -
Bump version to 0.4.29
#8711 merged
Oct 30, 2024 -
Clarify preview requirement for relevance of
uv python dir --bin
#8709 merged
Oct 30, 2024 -
Add test coverage for
uv python install
with invalid requests#8708 merged
Oct 30, 2024 -
Refactor
uv python install
#8701 merged
Oct 30, 2024 -
Use portable paths for subdirectories in lock URLs
#8707 merged
Oct 30, 2024 -
Support transitive dependencies in Git workspaces
#8665 merged
Oct 30, 2024 -
Install versioned Python executables into the bin directory during
uv python install
#8458 merged
Oct 30, 2024 -
Fix feature scoping for pep508 wasm32 support for ruff
#8694 merged
Oct 30, 2024 -
Simplify pep440 -> version ranges conversion
#8683 merged
Oct 30, 2024 -
Update windows-registry to 0.3.0
#8696 merged
Oct 30, 2024 -
Fix non-optional uv-pep440 features
#8693 merged
Oct 30, 2024 -
Fix hard and soft float libc detection for managed Python distributions on ARM
#8498 merged
Oct 29, 2024 -
feat(docs): add Google Artifact Registry index instructions
#8579 merged
Oct 29, 2024 -
Fix broken link in docs
#8552 merged
Oct 29, 2024 -
Sort errors during display in
uv python install
#8684 merged
Oct 29, 2024 -
Handle cycles in
uv pip tree
#8689 merged
Oct 29, 2024 -
Clarify relationship between specifiers and
requires-python
range#8688 merged
Oct 29, 2024 -
Fix outdated documentation on
Requires-Python
#8679 merged
Oct 29, 2024 -
Merge uv-pubgrub into uv-pep440
#8669 merged
Oct 29, 2024 -
Simplify
pip tree
tests to improve performance#8677 merged
Oct 29, 2024 -
Fix flaky failure in
run_from_directory
#8673 merged
Oct 29, 2024 -
uv-resolver: simplify case analysis in ForkMap::get
#8672 merged
Oct 29, 2024 -
uv/tests: try harder to isolate tests from parent git repositories
#8668 merged
Oct 29, 2024 -
Start using the version ranges crate
#8667 merged
Oct 29, 2024 -
Add support for
uv python dir --bin
#8569 merged
Oct 29, 2024 -
Remove Python executables on uninstall
#8571 merged
Oct 29, 2024 -
uv-resolver: use disjointness checks instead of marker equality
#8661 merged
Oct 29, 2024 -
Add a trampoline variant that just executes
python
#8637 merged
Oct 29, 2024 -
Add riscv64 to supported Python platform tags
#8660 merged
Oct 29, 2024 -
uv init:
--virtual
should imply--no-package
instead#8595 merged
Oct 29, 2024 -
Respect dependency group markers in
uv export
#8659 merged
Oct 29, 2024 -
Fix tests on main
#8655 merged
Oct 29, 2024
9 Pull requests opened by 7 people
-
Sign docker images using cosign
#8685 opened
Oct 29, 2024 -
Introduce a `--multi-version` preference mode
#8686 opened
Oct 29, 2024 -
Make Python and PyPy install mirrors configurable in uv.toml
#8695 opened
Oct 30, 2024 -
Enable support for arbitrary git transports
#8769 opened
Nov 3, 2024 -
Separate use cases from non-use cases of workspaces in docs
#8780 opened
Nov 3, 2024 -
Add note on private classifier
#8783 opened
Nov 3, 2024 -
Implement PEP 440-compliant local version semantics
#8797 opened
Nov 4, 2024 -
Publish: Docs for using the keyring
#8806 opened
Nov 4, 2024 -
Remove all special-casing for local version identifiers
#8818 opened
Nov 4, 2024
71 Issues closed by 24 people
-
Outdated pip reference in "Strictness and spec enforcement" docs
#8412 closed
Nov 5, 2024 -
Allow conflicting dependency groups
#8814 closed
Nov 4, 2024 -
Option to disable linehaul
#8474 closed
Nov 4, 2024 -
uv self update on Windows
#7690 closed
Nov 4, 2024 -
[discussion] Will uv consider to add groups information in uv.lock for dependencies?
#8801 closed
Nov 4, 2024 -
Python preference option system disables python downloads
#8804 closed
Nov 4, 2024 -
xgboost==0.90 fails to install on Windows 10
#8798 closed
Nov 4, 2024 -
uv build dist . cannot find requirements.txt when using setup.py
#8287 closed
Nov 3, 2024 -
Tools break (understandably) after upgrading system Python
#8514 closed
Nov 3, 2024 -
Feature Reqeust: Add shell command to uv cli
#8782 closed
Nov 3, 2024 -
Flakes in `uv publish` integration test
#8418 closed
Nov 3, 2024 -
In resolver, allow source distributions with static metadata, but no `requires-python` compatibility
#8767 closed
Nov 3, 2024 -
Is it normal for `uv sync` to return an "error: No `project` table found" when used with `--group`?
#8778 closed
Nov 3, 2024 -
Read timeout in publish integration test
#8288 closed
Nov 3, 2024 -
How to Use uv for Publishing a Package to Private GitLab and Install from It
#8352 closed
Nov 3, 2024 -
Tests are timing out locally
#8662 closed
Nov 3, 2024 -
Generate the "Environment variables" config document from code
#8417 closed
Nov 3, 2024 -
Allow for `uv` global instantiation
#7898 closed
Nov 3, 2024 -
`uv pip install -r pyproject.toml --extra linters` alias
#8773 closed
Nov 3, 2024 -
config prerelease does not take effect in pyproject.toml
#8763 closed
Nov 2, 2024 -
uv offers wrong Python when inside Docker with Rosetta in AMD linux on Mac ARM
#8745 closed
Nov 2, 2024 -
uv can't install attrs==24.2.0
#8766 closed
Nov 2, 2024 -
Error install mlx with --python-platform macOS
#8762 closed
Nov 2, 2024 -
Should `uv sync` sync the full workspace by default?
#5727 closed
Nov 2, 2024 -
Add `uv sync --all` and `uv run --all`
#8724 closed
Nov 2, 2024 -
uv does not pass PID 1 to child processes
#8761 closed
Nov 1, 2024 -
uv should have commands to manage and/or display the version of the current project
#8755 closed
Nov 1, 2024 -
`uv pip compile --universal` outputs requirements with `python_version < '0'` marker
#8676 closed
Nov 1, 2024 -
`uv add` fails on `torch` "no wheel for current platform" Docker Linux on Mac ARM
#8746 closed
Nov 1, 2024 -
uv run behaves differently on windows vs linux
#8748 closed
Nov 1, 2024 -
Can't uninstall python versions on uv 0.4.29
#8751 closed
Nov 1, 2024 -
`if-modified-since` header should use `GMT` instead of `-0000`
#8747 closed
Nov 1, 2024 -
【Bug】 When uvx installed the package, I did not use the index-url I set
#8744 closed
Nov 1, 2024 -
uv sync groups from workspace member packages in a virtual workspace
#8722 closed
Oct 31, 2024 -
uv tree in workspaces including packages in dependency groups
#8719 closed
Oct 31, 2024 -
When tool.uv.index.url contains a username, it can't be overridden in UV_INDEX
#8728 closed
Oct 31, 2024 -
Add frozen config in settings
#8094 closed
Oct 31, 2024 -
File paths of ZIP contents are not sanitized
#8731 closed
Oct 31, 2024 -
`uv export` should allow `--universal`
#8718 closed
Oct 31, 2024 -
uv add with constraints gives unexpected result
#8726 closed
Oct 31, 2024 -
uv add transformers fails
#8727 closed
Oct 31, 2024 -
Pin package to pypi index?
#8723 closed
Oct 31, 2024 -
[feat] uv publish --skip-existing
#7917 closed
Oct 31, 2024 -
Recursive execution when using `uv run` in shebang line of script without `.py` extension
#6360 closed
Oct 31, 2024 -
Windows 3.13t installation missing python.exe
#8298 closed
Oct 31, 2024 -
uv remove and uv add on a package produces missing `RECORD` file error on `dist-info` folder
#8690 closed
Oct 31, 2024 -
how to specify the venv when running `uv pip install`
#8721 closed
Oct 31, 2024 -
Using `uv` w/ Databricks
#8671 closed
Oct 31, 2024 -
uv sync cannot resolve pandas and numpy dependencies even though they should be compatible
#8705 closed
Oct 31, 2024 -
uv sync --activate
#8715 closed
Oct 31, 2024 -
Installation of uv fails when $HOME variable is not set
#6965 closed
Oct 30, 2024 -
Feature request: Install only packages from an optional group
#8292 closed
Oct 30, 2024 -
How to fetch packages from a private package repo (not git repo)
#8283 closed
Oct 30, 2024 -
Stop workspace discovery for git and other cache entries at cache entry root
#3936 closed
Oct 30, 2024 -
Support dependencies into git workspaces
#4920 closed
Oct 30, 2024 -
`uv sync` fails with conflicting URLs with Git workspace
#8087 closed
Oct 30, 2024 -
Publish Docker images to Docker Hub
#8699 closed
Oct 30, 2024 -
Cannot change project python version
#8700 closed
Oct 30, 2024 -
`uv export` only exports to STDOUT
#8697 closed
Oct 30, 2024 -
Mediapipe does not get resolved
#8691 closed
Oct 30, 2024 -
`uv python install 3.12` is not working on armv7 libc is identify as `gnu` instead of `gnueabihf`
#6873 closed
Oct 29, 2024 -
Support cycles in `uv pip tree`
#8678 closed
Oct 29, 2024 -
Fix `RequiresPython` documentation
#8675 closed
Oct 29, 2024 -
CI flakiness: run_from_directory
#8681 closed
Oct 29, 2024 -
Remove `scikit-learn` from `tree` tests
#8674 closed
Oct 29, 2024 -
uv run and SIGINT propagation
#8654 closed
Oct 29, 2024 -
Create venv from script metadata
#8652 closed
Oct 29, 2024 -
Python cannot be found on unsupported architectures
#8657 closed
Oct 29, 2024 -
UV and dist-packages problem.
#8656 closed
Oct 29, 2024 -
Missing Python version marker in `uv export` output for dependency in a group
#8658 closed
Oct 29, 2024
43 Issues opened by 39 people
-
uv-managed python installed into .local/bin can't be used with venv module
#8821 opened
Nov 5, 2024 -
lowest-direct resolution also lowers indirect dependencies
#8819 opened
Nov 4, 2024 -
`uv publish` trusted publish integration test fails with 400 (already exists)
#8817 opened
Nov 4, 2024 -
uv picks old versions when using unbound dependencies
#8813 opened
Nov 4, 2024 -
uv python install can fail silently with zero exit code on extraction
#8812 opened
Nov 4, 2024 -
Secure authentication method needed
#8810 opened
Nov 4, 2024 -
Does `uv venv` automatically use system-wide packages?
#8805 opened
Nov 4, 2024 -
Transitive workspace dependencies with dynamic package versioning
#8802 opened
Nov 4, 2024 -
gitea pip packages causes unexpected fragment (expected `#sha256=...` or similar) sha256-xxxx
#8799 opened
Nov 4, 2024 -
Virtual environments created by uv are backed up by Time Machine
#8796 opened
Nov 4, 2024 -
Add a progress bar to `uv cache clean`
#8786 opened
Nov 4, 2024 -
Warn when using the keyring in `uv publish` but it doesn't have credentials
#8781 opened
Nov 3, 2024 -
Build backend tracking issue
#8779 opened
Nov 3, 2024 -
Detect if a script is called with `uv run`
#8775 opened
Nov 3, 2024 -
Equivalent command to `check-wheel-contents`
#8774 opened
Nov 3, 2024 -
uv run with only a dependency-group
#8771 opened
Nov 3, 2024 -
CLI reported by `uv run` on Windows is not found on invocation
#8770 opened
Nov 3, 2024 -
precommit-hook: Syntax checker for pyproject.toml - equivalent for "poetry check"
#8765 opened
Nov 2, 2024 -
`uv run --script` should imply `--no-project`
#8764 opened
Nov 2, 2024 -
Pinning package to index without fallback
#8758 opened
Nov 1, 2024 -
`uvx` complains about non-existent `--with`
#8757 opened
Nov 1, 2024 -
Editable install for dependencies without pyproject.toml or setup.py
#8750 opened
Nov 1, 2024 -
Incorrect suggestion when creating a new project with --backend instead of --build-backend
#8743 opened
Nov 1, 2024 -
Local drive environment install with project on network drive
#8738 opened
Oct 31, 2024 -
Request: Official uv devcontainer
#8737 opened
Oct 31, 2024 -
Add all packages from git-backed virtual workspace as a single source
#8735 opened
Oct 31, 2024 -
Build a wheel using pinned/resolved dependencies from `uv.lock`?
#8729 opened
Oct 31, 2024 -
`file-links` should be automatically added to `pyproject.toml` after `uv add -f`
#8717 opened
Oct 31, 2024 -
Automatic Python Trove Classifiers
#8716 opened
Oct 31, 2024 -
FR: `uv build` accepts a dynamic "package version" argument
#8714 opened
Oct 31, 2024 -
uv installs mypy but not the bin?
#8712 opened
Oct 30, 2024 -
`uv sync --upgrade` always gives warning about an old extra for typer
#8710 opened
Oct 30, 2024 -
vscode trying but failing to use my uv venv
#8706 opened
Oct 30, 2024 -
Workspace mode not finding package dependency
#8704 opened
Oct 30, 2024 -
Overwrite pyproject when workspaces have same normalized name
#8702 opened
Oct 30, 2024 -
uv add --group dev --include-group docs --include-group lint --include-group test
#8698 opened
Oct 30, 2024 -
Automatic Retry on Archive Extraction Failure
#8692 opened
Oct 30, 2024 -
Proposal: `uv doc`
#8687 opened
Oct 29, 2024 -
Alternative to pip install --no deps
#8682 opened
Oct 29, 2024 -
CI flakiness: clang not found
#8680 opened
Oct 29, 2024 -
FR: signed docker images
#8670 opened
Oct 29, 2024 -
allow "uv run" to work without a project
#8666 opened
Oct 29, 2024 -
Windows: concurrent cache writing may conflict
#8664 opened
Oct 29, 2024
70 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.
-
Add docs for the uv build backend
#7976 commented on
Oct 31, 2024 • 4 new comments -
Update Windows trampolines for compatibility with Python 3.7 and earlier
#8649 commented on
Oct 30, 2024 • 2 new comments -
Update Rust crate fs-err to v3
#8625 commented on
Oct 30, 2024 • 2 new comments -
Workspaces and monorepo support (add sync --all-packages)
#6935 commented on
Nov 4, 2024 • 0 new comments -
Configuring multiple indexes with `uv publish`
#7963 commented on
Nov 4, 2024 • 0 new comments -
Add test coverage for `uv python` using proxy to serve dummy distributions
#5939 commented on
Nov 4, 2024 • 0 new comments -
dynamic version in editable install
#6860 commented on
Nov 4, 2024 • 0 new comments -
Promote `uv publish` from preview to stable
#7839 commented on
Nov 4, 2024 • 0 new comments -
Discussion: uv workspaces in a monorepo - thoughts on change-only testing
#6356 commented on
Nov 4, 2024 • 0 new comments -
Incorrect precedence of UV_INDEX_URL vs --index-url in reqs file
#6407 commented on
Nov 4, 2024 • 0 new comments -
Private Projects
#8214 commented on
Nov 3, 2024 • 0 new comments -
Test `publish::invalid_token` flake on Windows
#8535 commented on
Nov 3, 2024 • 0 new comments -
Build and publish from CI complete example
#7727 commented on
Nov 3, 2024 • 0 new comments -
Feature Request - uv publish recognizes .pypirc file
#7676 commented on
Nov 3, 2024 • 0 new comments -
Equivalent command to `twine check`
#8641 commented on
Nov 3, 2024 • 0 new comments -
Python file autocomplete with `uv run` on zsh with ohmyzsh
#8432 commented on
Nov 3, 2024 • 0 new comments -
Completion should fall back to default shell completion behavior when input does not match
#7401 commented on
Nov 3, 2024 • 0 new comments -
uv pip list / freeze / show --system do not show all system packages on Fedora
#2500 commented on
Nov 2, 2024 • 0 new comments -
uv init: Project layouts, defaults and terminology
#8178 commented on
Nov 2, 2024 • 0 new comments -
Support .env-files
#1384 commented on
Nov 4, 2024 • 0 new comments -
Request: Add system-site-packages using uv add --script
#7999 commented on
Nov 4, 2024 • 0 new comments -
[feat] `uv config` command
#6042 commented on
Nov 4, 2024 • 0 new comments -
Allow conflicting optional dependencies and dependency groups
#6981 commented on
Nov 4, 2024 • 0 new comments -
Consider adding workspace members as sources in `uv init`
#5388 commented on
Nov 4, 2024 • 0 new comments -
Support `uv tree --script my_script.py`
#7328 commented on
Nov 4, 2024 • 0 new comments -
Notify users when a new Python patch version is available
#8217 commented on
Nov 4, 2024 • 0 new comments -
Dependency Dashboard
#2658 commented on
Nov 4, 2024 • 0 new comments -
Filename truncated during https tar stream
#5450 commented on
Nov 5, 2024 • 0 new comments -
docs: Add PyTorch installation guide
#6523 commented on
Nov 2, 2024 • 0 new comments -
Propagate SIGTERM to `uv run`
#6738 commented on
Nov 1, 2024 • 0 new comments -
Update Rust crate unicode-width to 0.2.0
#7632 commented on
Oct 30, 2024 • 0 new comments -
Release 0.5.0
#8419 commented on
Nov 4, 2024 • 0 new comments -
:sparkles: use UV_SYNC_ALL_EXTRAS env var in uv sync command
#8541 commented on
Oct 30, 2024 • 0 new comments -
Add wget instructions for systems without curl
#8630 commented on
Nov 4, 2024 • 0 new comments -
Add `uv python install --default`
#8650 commented on
Nov 1, 2024 • 0 new comments -
Ignore path dependency's workspace with `uv lock`
#7055 commented on
Nov 2, 2024 • 0 new comments -
Allow setting environment variable into cache-keys
#8130 commented on
Oct 30, 2024 • 0 new comments -
`dbm.gnu` not available
#7197 commented on
Oct 30, 2024 • 0 new comments -
Remove `{ workspace = true }` requirement for sources
#7143 commented on
Oct 30, 2024 • 0 new comments -
uv conflicts with pyenv-virtualenv auto-activation
#6204 commented on
Oct 30, 2024 • 0 new comments -
Better Error Handling for Bad PyPIs
#7257 commented on
Oct 30, 2024 • 0 new comments -
Avoid creating `hello.py` in existing projects
#6750 commented on
Oct 30, 2024 • 0 new comments -
insufficient retrying around transient errors during `uv sync` (os error 104 in this case)
#8144 commented on
Oct 30, 2024 • 0 new comments -
Clarify the benefits of `uv.lock` over `requirements.txt`
#6271 commented on
Oct 30, 2024 • 0 new comments -
`unexpected end of file` during wheel download
#2586 commented on
Oct 30, 2024 • 0 new comments -
UV fails to install packages from some private index hosted on artifactory since version 0.1.36
#5600 commented on
Oct 30, 2024 • 0 new comments -
Can't use uv docker image as a command-line tool
#8635 commented on
Oct 30, 2024 • 0 new comments -
uv not detecting python in termux
#7373 commented on
Oct 30, 2024 • 0 new comments -
Request: Allow --output-file, --annotation-style, etc. multiple times, only use right-most
#3248 commented on
Oct 29, 2024 • 0 new comments -
Fork when wheels only support a specific range
#8492 commented on
Oct 29, 2024 • 0 new comments -
Add a `--universal-strategy`-like setting to the resolver
#7190 commented on
Oct 29, 2024 • 0 new comments -
Consider defaulting to `~=` version_cmp instead of `>=`
#6783 commented on
Oct 29, 2024 • 0 new comments -
Support `uv export --script`
#8609 commented on
Oct 29, 2024 • 0 new comments -
Issues creating a cuda-enabled pytorch environment with UV
#7202 commented on
Nov 2, 2024 • 0 new comments -
Add a command for reading and modifying (i.e., bumping) the version in the `pyproject.toml`
#6298 commented on
Nov 2, 2024 • 0 new comments -
Problem installing fontawesomepro package from the extra fontawesome package index
#8031 commented on
Nov 1, 2024 • 0 new comments -
Add `pip list --outdated`
#2150 commented on
Nov 1, 2024 • 0 new comments -
Running uv scripts in debug mode
#8558 commented on
Nov 1, 2024 • 0 new comments -
(🎁) add an `upgrade` command
#6794 commented on
Nov 1, 2024 • 0 new comments -
uv refuses to resolve deps with dynamic SCM version, missing tags and cylic dependencies `A:dev -> B`, `B -> A`, hinting at name shadowing
#8148 commented on
Nov 1, 2024 • 0 new comments -
Should preserve symlink to specified python interpreter
#1795 commented on
Nov 1, 2024 • 0 new comments -
`uv tool update --all` fails if a provided `extra-index-url` is not joinable
#8555 commented on
Nov 1, 2024 • 0 new comments -
FR: Software Bill of Materials (SBOM) output
#6012 commented on
Oct 31, 2024 • 0 new comments -
Add support for configuring python install dir with `UV_PYTHON_INSTALL_DIR` on `uv.toml`
#6506 commented on
Oct 31, 2024 • 0 new comments -
Variant metadata prototype ideas
#8639 commented on
Oct 31, 2024 • 0 new comments -
Allow creating a `python` shim on `python install`
#6265 commented on
Oct 31, 2024 • 0 new comments -
Lock files don't mesh with dynamic package version info
#7533 commented on
Oct 31, 2024 • 0 new comments -
`uv` should provide a build backend
#3957 commented on
Oct 31, 2024 • 0 new comments -
uv pip install compiles for wrong architecture if used in nix shell with rosetta-python
#8588 commented on
Oct 31, 2024 • 0 new comments -
Documentation feedback
#5605 commented on
Oct 30, 2024 • 0 new comments