-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Scenario & Reproduction Steps
I can successfully retrieve a credit card item like this:
item = await client.items.get("...", "...")All the data is returned as expected, but the expiry date field is empty, and its field_type is reported as ItemFieldType.UNSUPPORTED:
id='expiry' title='expiry date' section_id=None field_type=<ItemFieldType.UNSUPPORTED: 'Unsupported'> value='' details=None
It seems that this field is marked as “unsupported,” possibly originating either from the server or from the native Rust layer:
Tested on version 0.3.1.
This issue might be related to 1Password/onepassword-sdk-python#140.
Actual Behavior
The credit card 'expiry date' is empty string instead of the actual value.
Expected Behavior
The 'expiry date' to be the actual value
SDK version
0.3.1
Additional information
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working