0.11.0
(feat):
Python now supports a wider range of types for file upload
What’s been fixed
- Python now supports API specifications that leverage lists for file upload. Previously, Fern incorrectly made all
list<file>
type requests simplyfile
.
What’s changed
- Python now supports a wider range of types for file upload, mirroring the
httpx
library used under the hood, these are grouped under a new typeFile
:
0.10.3
(fix):
Several bugfixes were made to related to literal properties
What’s been fixed
- Several bugfixes were made to related to literal properties. If a literal is used as a query parameeter, header, path parameter, or request parameter, the user no longer has to explicitly pass it in.