Skip to content
Discussion options

You must be logged in to vote

FastAPI doesn't use neither status.HTTP_422_UNPROCESSABLE_ENTITY nor status.HTTP_422_UNPROCESSABLE_CONTENT internally. So, there is no incompatibility issue on FastAPI's side.

I think you should fix this on your side by pinning the version of Starlette in your application's dependencies

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@vishds
Comment options

@YuriiMotov
Comment options

@vishds
Comment options

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
2 participants