Skip to content

v2.0.1

Choose a tag to compare

@Subterrane Subterrane released this 29 May 17:39
· 6 commits to master since this release
bd47ecf

Fix

  • Declares the keyring dependency. v2.0.0 crashed on a fresh install with ModuleNotFoundError: No module named 'keyring' — the OSX-keychain feature imports keyring at startup, but it wasn't in install_requires (and requirements.txt named the wrong package). Fresh pip install now works.

Internal

  • Added a CLI-import smoke test so a runtime dependency missing from packaging fails CI.

Upgrade: pip install --upgrade onelogin-aws-assume-role