Releases: realiti4/pip-upgrade
Releases · realiti4/pip-upgrade
v0.7.2
- Check pip version for the first run. This fixes the error if pip version is too old.
v0.7.1
- Fix: Check dependencies under try.
v0.7.0
- Print available upgrades for pip-upgrade even if there was an error.
- Don't print with colors if terminal is cmd.
- Bug fix: Disable type check for
--repeat
action.
v0.6.2
- Bug fix: Fix key error for
_
and -
. This fixes typing_extensions
key error.
v0.6.1
- Repeat previous excluded pkgs with
-r
in user prompt
- Improved user prompt info
pip-upgrade --clean
shows pip's cache size now
- Bug fix: Skip user prompt with
-y
isn't working
v0.5.2
- Bug fix: Fix for Keyerror when cases didn't match.
v0.5.1
- Bug fix: name mismatch fix for _ and -
v0.5.0
- Store packages in the new store class to make tracking and comparing dependencies easier
-y
, --yes
option to accept all upgrades and skip user prompt.
- Bug fix: Doesn't detect != cases if * is used (!=5.4.*)