You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Support for item tags. You can now create, get, and edit tags within your 1Password items using item CRUD functions.
3
3
* Support for fetching one-time password codes using secret references. You can now fetch your TOTP code with the `secrets.resolve` function, using a secret reference for the TOTP field in your item. For example: "op://vault/item/field?=attribute=totp"
4
-
* Support for validating secret references. You can now check that a secret reference is formatted correctly without having to resolve it or even authenticate, using the `validate_secret_reference` function.
5
4
* PyPI wheels for the Python SDK. You can now install the Python SDK via `pip3 install onepassword-sdk`
6
5
* Full support for optional values. You no longer have to manually set `details: None` or `section: None` when instantiating `ItemCreateParams`.
7
6
* Item creation now only requires specifying the vault ID, item category, and item title.
0 commit comments