v2.0.1
Fix
- Declares the
keyringdependency. v2.0.0 crashed on a fresh install withModuleNotFoundError: No module named 'keyring'— the OSX-keychain feature importskeyringat startup, but it wasn't ininstall_requires(andrequirements.txtnamed the wrong package). Freshpip installnow 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