Robert Anthony

Results 3 comments of Robert Anthony

Related to #11542 is a discussion I posted here (#11923) that dovetails with this same issue. The test in the discussion can be dropped into the FastAPI source and will...

I think this PR will actually fix the issue I described here: https://github.com/fastapi/fastapi/discussions/11923 The extra `input` and `ctx` fields that come out of pydantic v2 `ValidationError.errors()` is causing problems when...

Dang, I just checked out your PR and tried it for my test. It doesn't fix it because I think this code block still needs to strip out `ctx` and...