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
The method call works as it bypasses fastapi validation. I think that the abstract method should leverage the Form FastApi integration so this works out of the box
Environment Details (Optional)
No response
The text was updated successfully, but these errors were encountered:
CLI Version from
fern.config.json
0.39.19
Generator & Version from
generators.yml
fernapi/fern-fastapi-server@"1.6.0"
Minimal API Specification
types:
SystemLocator:
key: value
Actual Generated Code
Expected Generated Code
The body is wrong - in a multiform upload FastApi expects a Form field. Having it as is causes a 422 in all cases. When I change my method to
The method call works as it bypasses fastapi validation. I think that the abstract method should leverage the Form FastApi integration so this works out of the box
Environment Details (Optional)
No response
The text was updated successfully, but these errors were encountered: