Skip to content
Discussion options

You must be logged in to vote

Use from fastapi.types import IncEx:

from fastapi.types import IncEx
def route(
    response_model_include: Optional[IncEx] = None,
    response_model_exclude: Optional[IncEx] = None
):

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@kj3moraes
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by YuriiMotov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Question or problem
5 participants