Skip to content

Releases: sirosen/upadup

0.3.1

13 Feb 01:00
0.3.1
Compare
Choose a tag to compare
  • Avoid using typing.Self, which causes issues when type checking on older Python versions which do not define Self yet.

0.3.0

13 Feb 00:38
0.3.0
Compare
Choose a tag to compare
  • upadup now supports "Compatible release" (~=) and "Arbitrary equality" (===) clauses when parsing dependency specifiers and will update packages with these styles of pins to their latest versions.
  • Parsing and handling of whitespace in dependency specifiers has been improved. Whitespace is now handled correctly in more scenarios.

0.2.0

10 Feb 22:31
0.2.0
Compare
Choose a tag to compare
  • Performance enhancement: upadup will only call out to pypi.org on an as-needed basis
  • upadup no longer requires that config enumerates all of the additional_dependencies entries. Instead, it works on all additional_dependencies for the configured hooks.

Note

upadup is now using trusted publishers driven via GitHub Releases.
This and future releases will be made via a GitHub Release.