Helper-auth

Latest version: v0.8.0

Safety actively analyzes 624875 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.8.0

Changes

Removed
- support for Python 3.7

Added
- support for Python 3.12

0.7.0

Changes

Changed
- the `prefix` keyword parameter is renamed to `scheme` to reflect that it specifies authentication scheme
- the default value of `scheme` is "Bearer" (without a trailing space)

Removed
- the `requests` extra

0.6.0

Changes

Added
- the `helper_auth.__version__` attribute

Removed
- support for space-delimited helper output (this feature was experimental and inconsistent with Git credential helpers that don't treat spaces as special)

0.5.0

Changes

Changed
- the helper command can now be passed as multiple positional arguments
- the helper command can no longer be passed as a list
- `key`, `prefix`, `header` and `cache_token` parameters to `HelperAuth` are now keyword-only

0.4.0

Changes

Added
- the `HelperAuth.clear_cache` method to clear the cached token (if any)

Changed
- `requests` is now an optional dependency

0.3.0

Changes

Added
- the `cache_token` keyword parameter to `HelperAuth` allowing optional caching of the token

Changed
- lines of the helper output that do not contain a `key=value` pair are now ignored, rather than raising `ValueError`

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.