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
-
* 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
-
* PyPI wheels for the Python SDK. You can now install the Python SDK via `pip install onepassword-sdk`
5
-
* Full support for optional values. You no longer have to manually set `details: None` or `section: None` when instantiating `ItemCreateParams`.
6
-
* Item creation now only requires specifying the vault ID, item category, and item title.
1
+
The v0.1.3 release of the Python SDK brings:
2
+
* Support for item websites. You can now create, get, and edit websites within your 1Password items using item CRUD functions.
0 commit comments