Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@tricosmo
Copy link

This should fix #2387 and #2365

@codecov
Copy link

codecov bot commented Nov 27, 2020

Codecov Report

Merging #2431 (208a60e) into master (51e920e) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master     #2431   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          242       242           
  Lines         7396      7404    +8     
=========================================
+ Hits          7396      7404    +8     
Impacted Files Coverage Δ
fastapi/dependencies/utils.py 100.00% <100.00%> (ø)
...l/test_request_forms_and_files/test_tutorial001.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 51e920e...208a60e. Read the comment docs.

@github-actions
Copy link
Contributor

📝 Docs preview for commit 3cfa1961afe4e3e4f46df940fae4d599f150b419 at: https://5fc17464d55272ec05defe54--fastapi.netlify.app

@github-actions
Copy link
Contributor

📝 Docs preview for commit 6b0cbef9e7008758c694f44b0855a9faaf529d18 at: https://5fc1773dc2e60836fe4d341e--fastapi.netlify.app

@github-actions
Copy link
Contributor

📝 Docs preview for commit d37c9e70b7ed3c8c0c81fc2578cf05e90ee15708 at: https://5fc52a0042cac00fa20ee566--fastapi.netlify.app

@Kludex
Copy link
Member

Kludex commented Dec 1, 2020

There's something wrong with the number of changes here 🤔

@tricosmo tricosmo force-pushed the fix-multipart-form-data-object-type-error branch from d37c9e7 to 208a60e Compare December 1, 2020 23:41
@tricosmo
Copy link
Author

tricosmo commented Dec 1, 2020

There's something wrong with the number of changes here 🤔

@Kludex Don't know why it happened, I just merged latest master in. Now I rebased it, looks fine now.

@github-actions
Copy link
Contributor

github-actions bot commented Dec 1, 2020

📝 Docs preview for commit 208a60e at: https://5fc6d52ff74c008bcc0d44eb--fastapi.netlify.app

@tricosmo
Copy link
Author

@Kludex could you do the CR for me please?
thanks

@tiangolo tiangolo changed the title Fix multipart form data object type error ✨ Add support for Pydantic models to validate form fields Sep 1, 2022
@tiangolo tiangolo added the feature New feature or request label Oct 2, 2023
@tiangolo tiangolo added p4 and removed investigate labels Jan 15, 2024
@tiangolo
Copy link
Member

tiangolo commented Sep 8, 2024

Thanks for the patience with my reply! 😅

This was covered in #12129, it is available in FastAPI 0.113.0 🎉

The new docs: https://fastapi.tiangolo.com/tutorial/request-form-models/

Given that, I'll close this one, but thanks for the effort! 🍰

@tiangolo tiangolo closed this Sep 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature New feature or request p4

Projects

None yet

Development

Successfully merging this pull request may close these issues.

multipart/form-data: Unable to parse complex types in a request form

3 participants