1Password / connect-sdk-python

Python SDK for 1Password Connect
https://developer.1password.com/docs/connect
MIT License
200 stars 31 forks source link

Remove hard-coded checks for item category and field type #54

Closed jpcoenen closed 1 year ago

jpcoenen commented 1 year ago

Because these checks are also applied during deserialization of Connect's JSON response, they can cause the SDK to return an error if a new category or field type is added in Connect.

Removing these checks should not lead to problems as Connect already validates these fields.