Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/onepassword/build_number.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SDK_BUILD_NUMBER = "0030101"
SDK_BUILD_NUMBER = "0030201"
Binary file modified src/onepassword/lib/aarch64/libop_uniffi_core.dylib
Binary file not shown.
Binary file modified src/onepassword/lib/aarch64/libop_uniffi_core.so
Binary file not shown.
Binary file modified src/onepassword/lib/x86_64/libop_uniffi_core.dylib
Binary file not shown.
Binary file modified src/onepassword/lib/x86_64/libop_uniffi_core.so
Binary file not shown.
Binary file modified src/onepassword/lib/x86_64/op_uniffi_core.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion src/onepassword/secrets.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Code generated by op-codegen - DO NO EDIT MANUALLY

from .core import _invoke, _invoke_sync
from typing import Optional, List

Check failure on line 4 in src/onepassword/secrets.py

View workflow job for this annotation

GitHub Actions / Lint

Ruff (F401)

src/onepassword/secrets.py:4:20: F401 `typing.Optional` imported but unused

Check failure on line 4 in src/onepassword/secrets.py

View workflow job for this annotation

GitHub Actions / Lint

Ruff (F401)

src/onepassword/secrets.py:4:20: F401 `typing.Optional` imported but unused

Check failure on line 4 in src/onepassword/secrets.py

View workflow job for this annotation

GitHub Actions / Lint

Ruff (F401)

src/onepassword/secrets.py:4:20: F401 `typing.Optional` imported but unused
from pydantic import TypeAdapter
from .types import GeneratePasswordResponse, PasswordRecipe, ResolveAllResponse

Expand All @@ -9,7 +9,7 @@
class Secrets:
"""
The Secrets API includes all operations the SDK client can perform on secrets.
Use secret reference URIs to securely load secrets from 1Password: op://<vault-name>/<item-name>[/<section-name>]/<field-name>
Use secret reference URIs to securely load secrets from 1Password: `op://<vault-name>/<item-name>[/<section-name>]/<field-name>`
"""

def __init__(self, client_id):
Expand Down
4 changes: 2 additions & 2 deletions src/onepassword/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ class AutofillBehavior(str, Enum):
Controls the auto-fill behavior of a website.


For more information, visit https://support.1password.com/autofill-behavior/
For more information, visit <https://support.1password.com/autofill-behavior/>
"""

ANYWHEREONWEBSITE = "AnywhereOnWebsite"
Expand Down Expand Up @@ -309,7 +309,7 @@ class Website(BaseModel):
"""
The auto-fill behavior of the website

For more information, visit https://support.1password.com/autofill-behavior/
For more information, visit <https://support.1password.com/autofill-behavior/>
"""


Expand Down
6 changes: 3 additions & 3 deletions src/release/RELEASE-NOTES
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 1Password Python SDK v0.3.1
# 1Password Python SDK v0.3.2

## NEW
## FIXED

- `VaultOverview` now includes `created_at` and `updated_at` fields that show when the vault was created and last updated.
- The `client.secrets.resolve_all()` SDK function now only sources secrets from active items.
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SDK_VERSION = "0.3.1"
SDK_VERSION = "0.3.2"
Loading