- Add deprecation notice in favor of uvenv (
b88b400
)
- Backport .metadata header from v2 to v1 (
9b9b82b
)
- Show (new) info about 2.0 rewrite (
e2fd52f
)
- self-update: Prevent unsupported systems trying to upgrade to uvx 2.x (
c3862f9
)
- Mentioned uvx2 rust rewrite (
dce1cbb
)
uvx run <library>
to run a package from pypi (faba096
)- uninject: Implemented eject (
fbd2f6e
) - Work in progress on more commadns (uninstall-all, reinstall-all, uninject/eject) (
a0e205c
)
- upgrade: Actually listen to 'no_cache' (
ce7899e
)
- Added icons to self-update, included new TODO (
637b21b
)
- NOOP patch to test self-update
- self-update: Proper order of old and new + disable caching for self update (
27298eb
)
- NOOP patch to test self-update
- Added
uvx self-update
(986c7b5
)
- Added
--verbose
flag to global state (+ used by --verbose) (8c20be4
)
- Work in progress on
self-update
(56dec48
)
uvx upgrade-all
(5edc7af
)
- Make linters etc happy (
bc16251
)
- Exclude these files from pip build (
0899653
)
- Include --no-cache for (re)install (
8ab4de9
)
- Continued
inject
cli functionality (ffd3792
) - Started on 'inject' (
7af0558
) - Prepare for 'inject' (
bd07b9a
) - Started with
uvx upgrade
(2d68e14
)
- reinstall: Still include injected (
80cfb18
) - Make local install work again (
945edf7
) - json: Indent json with 2 (
ce55dd0
) - Metadata to msgpack, allow local install (
1880062
) - Improvements in uv binary detection (right venv) (
e874d3f
) - (WIP) try to resolve local packages by dry-run installing them (
2f2a780
)
- Always access 'uv' via sys.executable so it won't be missing (
693708e
)
- Runpip, runuv and runpython subcommands (
e9b2df1
)
- More dependencies; docs (
dc0ef76
)
- Implemented reinstall and list methods, save .metadata file in app-specific venv (
8a44dab
)
- Don't crash if currently not in a venv (
cd480e3
)
- Implemented basic 'install' and 'uninstall' commands (
d82261a
)
- Empty hatch project (
8358d2a
)