Skip to content

Commit cc05b32

Browse files
committed
Update README and release notes
1 parent 70a40cc commit cc05b32

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ To use the 1Password Python SDK in your project:
4646
3. Install the 1Password Python SDK in your project:
4747

4848
```bash
49-
pip install git+https://[email protected]/1Password/onepassword-sdk[email protected]
49+
pip install onepassword-sdk
5050
```
5151

5252
4. Use the Python SDK in your project:
@@ -88,7 +88,7 @@ Operations:
8888
- [x] [Update items](https://developer.1password.com/docs/sdks/manage-items#update-an-item)
8989
- [x] [Delete items](https://developer.1password.com/docs/sdks/manage-items#delete-an-item)
9090
- [x] [List items](https://developer.1password.com/docs/sdks/list-vaults-items/)
91-
- [ ] Add & update tags on items
91+
- [x] Add & update tags on items
9292

9393
Field types:
9494
- [x] API Keys

src/release/RELEASE-NOTES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The v0.1.2 release of the Python SDK brings:
22
* Support for item tags. You can now create, get, and edit tags within your 1Password items using item CRUD functions.
33
* 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 `pip3 install onepassword-sdk`
4+
* PyPI wheels for the Python SDK. You can now install the Python SDK via `pip install onepassword-sdk`
55
* Full support for optional values. You no longer have to manually set `details: None` or `section: None` when instantiating `ItemCreateParams`.
66
* Item creation now only requires specifying the vault ID, item category, and item title.

0 commit comments

Comments
 (0)