Skip to content

Commit ebf8fd6

Browse files
committed
Update Python SDK install command
1 parent b80e97f commit ebf8fd6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

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

4747
```bash
48-
pip install git+ssh://[email protected]/1Password/[email protected]-beta.13
48+
pip install git+ssh://[email protected]/1Password/[email protected]
4949
```
5050

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

9292
Field types:
9393
- [x] API Keys
@@ -97,7 +97,7 @@ Field types:
9797
- [x] Notes
9898
- [x] SSH private keys (partially supported: supported in resolving secret references, not yet supported in item create/get/update)
9999
- [ ] SSH public keys, fingerprint and key type
100-
- [x] One-time passwords
100+
- [x] One-time passwords
101101
- [x] URLs
102102
- [x] Phone numbers
103103
- [x] Credit card types

0 commit comments

Comments
 (0)