Releases: planetlabs/planet-auth-python
Releases · planetlabs/planet-auth-python
2.3.0a1759946524
CG-1904 improve expired session ux (#45) * Improve the user experience around old stale sessions that appear to be initialized, but are actually expired. This is done by providing the new utility method Auth.ensure_request_authenticator_is_ready(). * Save computed expiration time and issued time in token files. This allows for the persistence of this information when dealing with opaque tokens. * Support non-expiring tokens.
2.2.0
python version bump (#44) * Drop python 3.9 * Add support up through 3.15. * update to support through 3.14. Typing fixes for doc linting. * drop python 3.15. * bump setup tools version * Pull semgrep test dependencies into a different subpackage. It does not seem to install cleanly from pip under python 3.14, and this is breaking unrelated test pipelines.
2.2.0rc1759359767
python version bump (#44) * Drop python 3.9 * Add support up through 3.15. * update to support through 3.14. Typing fixes for doc linting. * drop python 3.15. * bump setup tools version * Pull semgrep test dependencies into a different subpackage. It does not seem to install cleanly from pip under python 3.14, and this is breaking unrelated test pipelines.
2.1.1
Bump version (#43) * bump version
2.1.1b1754970294
Bump version (#43) * bump version
2.1.0
Carl/release for sdk (#41) * update docs * fix typo
2.0.11
Merge pull request #40 from planetlabs/carl/formatting fix formatting
2.0.11b1748473964
Merge pull request #40 from planetlabs/carl/formatting fix formatting
2.0.11b1746663950
Update copyright dates (#30) * update copyright dates
2.0.11b1746511689
release-2.0.11b1746511689 WX integration feedack - Add namespacing handling to builtins to mini…