Releases: gacou54/openapi-client
Releases · gacou54/openapi-client
simple-openapi-client 0.5.4
simple-openapi-client 0.5.3
Fix:
- Put a less restrictive dependency version on
httpx
simple-openapi-client 0.5.2
Fix
- Missing
*argsand**kwargsin async client.
simple-openapi-client 0.5.1
New feature
- Generated client accepts all httpx.Client params and bump version
simple-openapi-client 0.5.0
Improve the generated client:
- Delete and put methods now return the serialized response instead of
Noneon success - Fix typos in generated client description
simple-openapi-client 0.4.0
Improve the generated client:
- Allow the client to return the
httpx.Responseinstead of the serialized response - Fix the documentation on the returned type
simple openapi client 0.3.1
Update httpx to 0.24.x from 0.23.x.