Skip to content

Releases: realiti4/pip-upgrade

v0.7.4

27 Jan 19:29
Compare
Choose a tag to compare
  • Bug fix

v0.7.3

21 Jul 19:14
Compare
Choose a tag to compare
  • Hot fix

v0.7.2

12 Jul 12:15
Compare
Choose a tag to compare
  • Check pip version for the first run. This fixes the error if pip version is too old.

v0.7.1

03 Jan 18:29
Compare
Choose a tag to compare
  • Fix: Check dependencies under try.

v0.7.0

03 Jan 18:16
Compare
Choose a tag to compare
  • 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

01 Dec 11:42
ff7e06e
Compare
Choose a tag to compare
  • Bug fix: Fix key error for _ and -. This fixes typing_extensions key error.

v0.6.1

06 Nov 21:09
Compare
Choose a tag to compare
  • 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

01 Sep 19:52
Compare
Choose a tag to compare
  • Bug fix: Fix for Keyerror when cases didn't match.

v0.5.1

21 May 22:10
Compare
Choose a tag to compare
  • Bug fix: name mismatch fix for _ and -

v0.5.0

23 Apr 20:33
3fcf754
Compare
Choose a tag to compare
  • 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.*)