You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Improved support for Async clients which prevents a weird bug when running more than one event loop. Based on the suggestions from this httpx issue.
We now use ruff format for coding formatting (not the client output).
Decimal support now extends to Decimal input values.
Input and Output schemas will now have properties that directly match those provided by the OpenAPI schema. This fixes a bug where previously, the snake-case formatting did not match up with what the API expected to send or receive.