Skip to content

✨ Support for Pydantic models - #329

Closed
kdeyev wants to merge 8 commits into
fastapi:masterfrom
Bluware-Inc:master
Closed

✨ Support for Pydantic models #329
kdeyev wants to merge 8 commits into
fastapi:masterfrom
Bluware-Inc:master

Conversation

@kdeyev

@kdeyev kdeyev commented Sep 5, 2021

Copy link
Copy Markdown

Brief support for #111.

  • the plain Pydantic models are handled the same way as Tuples.
  • more complicated Pydantic models are handles as FileText.

The implementation definitely can be improved.
Please let me know what do you think.

@svlandeg svlandeg added feature New feature, enhancement or request types Type hints and type checking labels Apr 21, 2022
@svlandeg svlandeg added the p3 label Feb 29, 2024
@pypae pypae mentioned this pull request Apr 24, 2024
7 tasks
@github-actions github-actions Bot added the conflicts Automatically generated when a PR has a merge conflict label Sep 1, 2025
@github-actions

github-actions Bot commented Sep 1, 2025

Copy link
Copy Markdown
Contributor

This pull request has a merge conflict that needs to be resolved.

@svlandeg svlandeg linked an issue Nov 19, 2025 that may be closed by this pull request
@svlandeg svlandeg changed the title Brief implementation for #111 ✨ Support for Pydantic models Nov 19, 2025
@tiangolo

Copy link
Copy Markdown
Member

Thanks for the interest here! ☕

There's a bunch of refactors we'll need to do first which will affect this, e.g. create conflicts, alter the design, etc. So it will be better to start again later at the right time.

I have been avoiding closing PRs before I have an alternative to provide, but then I've left them open for too long, sorry for that.

For now, I'll close this one for cleanup. But we'll continue tracking this internally to work on it again once what's needed underneath is ready. Thanks! 🍰

@tiangolo tiangolo closed this May 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

conflicts Automatically generated when a PR has a merge conflict feature New feature, enhancement or request p3 types Type hints and type checking

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE] Support Pydantic Models as ParamTypes

3 participants