Skip to content

Release 0.4.5

Compare
Choose a tag to compare
@wnojopra wnojopra released this 26 Aug 19:30
· 83 commits to main since this release
a01408d

This release includes small maintenance updates:

  • dsub
    • Quiet a warning about 'oauth2client' (which dsub no longer uses).
    • Fix one other instance of cache_discovery=True raising ImportError.
    • Add flush method to _Printer.
    • Run pytype on dsub, and fix type errors
    • setup.py: Update dsub dependent libraries to pick up newer versions.
    • Update tenacity version