Open anichrelay-bloom opened 1 month ago
Thank you for the report, can you please try with a newer version of the SDK?
Thank you for the report, can you please try with a newer version of the SDK?
I believe I am seeing this error on the latest version, I did not specify any version while doing pip install
In your issue it says:
Version
v0.0.54
I mentioned the latest release tag I saw for ory/sdk on github. Updated the issue with ory-client version I am using.
Preflight checklist
Ory Network Project
https://elated-johnson-lfg0voad5z.projects.oryapis.com
Describe the bug
I am able to successfully create auth2 clients using Ory REST API by setting these two lifespan fields for OAuth2 clients:
I am able to fetch the client using the REST endpoint, it returns these two values as:
But it throws exception when I try to create or list existing Oauth2 clients using Python SDK:
Reproducing the bug
Create M2M Client with OAuth2Client as:
Relevant log output
Relevant configuration
No response
Version
v1.12.2
On which operating system are you observing this issue?
None
In which environment are you deploying?
None
Additional Context
No response