1Password SDKS 0.1.2
- You can now create, get, and edit tags within your 1Password items.
- You can now fetch one-time password codes with the
secrets.resolve
function, using a secret reference for the TOTP field in your item. For example:op://vault/item/field?=attribute=totp
. - Item creation now only requires specifying the vault ID, item category, and item title.
- The SDKs now fully support optional values. You no longer need to manually set
details: None
orsection: None
when instantiatingItemCreateParams
. - The Python SDK is now published on PyPI. You can now install the Python SDK with
pip install onepassword-sdk
.