Skip to content

Commit 088fe31

Browse files
committed
Merge branch 'main' into rc/0.1.0
2 parents 2c39bd1 + 2cc08ae commit 088fe31

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<p align="center">
22
<a href="https://1password.com">
3-
<h1 align="center">1Password Python SDK (beta)</h1>
3+
<h1 align="center">1Password Python SDK</h1>
44
</a>
55
</p>
66

77
<p align="center">
8-
<h4 align="center"> ❗ The 1Password SDK project is in beta. Future iterations may bring backwards-incompatible changes.</h4>
8+
<h4 align="center">Build integrations that programmatically access your secrets in 1Password.</h4>
99
</p>
1010

1111
<p align="center">
@@ -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://git@github.com/1Password/onepassword-sdk-python.git@v0.1.0-beta.13
48+
pip install git+ssh://git@github.com/1Password/onepassword-sdk-python.git@v0.1.0
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
@@ -134,4 +134,5 @@ Field types:
134134

135135
- [Load secrets with 1Password SDKs](https://developer.1password.com/docs/sdks/load-secrets)
136136
- [Manage items with 1Password SDKs](https://developer.1password.com/docs/sdks/manage-items)
137+
- [List vaults and items with 1Password SDKs](https://developer.1password.com/docs/sdks/list-vaults-items)
137138
- [1Password SDK concepts](https://developer.1password.com/docs/sdks/concepts)

0 commit comments

Comments
 (0)