Skip to content

Commit 0460d48

Browse files
authored
Merge pull request #192 from 1Password/sdk-core/2025-11-05-9d1fbb31
SDK Release 0.3.2
2 parents c29275d + 79211b7 commit 0460d48

File tree

10 files changed

+8
-8
lines changed

10 files changed

+8
-8
lines changed

src/onepassword/build_number.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SDK_BUILD_NUMBER = "0030101"
1+
SDK_BUILD_NUMBER = "0030201"
785 KB
Binary file not shown.
1.24 MB
Binary file not shown.
606 KB
Binary file not shown.
1.05 MB
Binary file not shown.
465 KB
Binary file not shown.

src/onepassword/secrets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
class Secrets:
1010
"""
1111
The Secrets API includes all operations the SDK client can perform on secrets.
12-
Use secret reference URIs to securely load secrets from 1Password: op://<vault-name>/<item-name>[/<section-name>]/<field-name>
12+
Use secret reference URIs to securely load secrets from 1Password: `op://<vault-name>/<item-name>[/<section-name>]/<field-name>`
1313
"""
1414

1515
def __init__(self, client_id):

src/onepassword/types.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ class AutofillBehavior(str, Enum):
277277
Controls the auto-fill behavior of a website.
278278
279279
280-
For more information, visit https://support.1password.com/autofill-behavior/
280+
For more information, visit <https://support.1password.com/autofill-behavior/>
281281
"""
282282

283283
ANYWHEREONWEBSITE = "AnywhereOnWebsite"
@@ -309,7 +309,7 @@ class Website(BaseModel):
309309
"""
310310
The auto-fill behavior of the website
311311
312-
For more information, visit https://support.1password.com/autofill-behavior/
312+
For more information, visit <https://support.1password.com/autofill-behavior/>
313313
"""
314314

315315

src/release/RELEASE-NOTES

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# 1Password Python SDK v0.3.1
1+
# 1Password Python SDK v0.3.2
22

3-
## NEW
3+
## FIXED
44

5-
- `VaultOverview` now includes `created_at` and `updated_at` fields that show when the vault was created and last updated.
5+
- The `client.secrets.resolve_all()` SDK function now only sources secrets from active items.

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SDK_VERSION = "0.3.1"
1+
SDK_VERSION = "0.3.2"

0 commit comments

Comments
 (0)