Python SDK for 1Password Connect
1Password Events API Specification.
REST API interface for 1Password Connect.
## 🔴 Breaking changes * Minimum supported python version is 3.10. {#125} ## 🚀 Features * Added ConfigClass for HTTPX to simplify configuration.…
## Fixes * Fix default http client timeout. {#102} * Update override http client timeout env var name in readme. {#105}
## Features * Allow custom timeout using env vars. {#94}
Credits to @mjpieters for the contribution! :rocket: ## Fixes * Undeclared dependency: six (in generated code). {#85} * Leave JSON encoding to …
## Features - Support async operations `(async/await)`. {#62} - Enable filter usage on `get_items`. Credits to @ITJamie for the contribution! {#76…
## Features - The TOTP code of a TOTP field can now be accessed using the `.totp` property of a field. {#33} - Release of the SDK also includes `w…
## Features - Add support for downloading documents stored in 1Password {#26} ## Fixes - Updates to README to clarify how to use `HOST_NAME` …
## Features * Connect host can now also be supplied through the `OP_CONNECT_HOST` envrionment variable. * The `API_CREDENTIAL` category is now sup…