> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://buildwithfern.com/learn/llms.txt. ## 4.10.0 **`(feat):`** Add support for using TypedDicts for file upload request parameters. This flag should be used in conjunction with the `use_typeddict_requests` flag like so: ```yaml config: use_typeddict_requests: true use_typeddict_requests_for_file_upload: true ``` ## 4.9.0 **`(feat):`** Implement raw client support for accessing response headers and data in unary endpoints. ## 4.8.0 **`(feat):`** Add support for inlining path parameters