Motov Yurii

Results 218 comments of Motov Yurii

I personally think we should revert `msg` and `input` to how it was before this PR: ```py "msg": "JSON decode error", "input": {}, ``` Especially for `input` as it can...

@doganarif, thanks! Could you please update the description to reflect latest changes?

@doganarif, no need to merge `master` branch if there are no conflicts. It creates unnecessary noise

As I already said, let's wait for Sebastian to take the decision. We have a lot of tasks in our backlog and we have to set priorities

Probably related PR: https://github.com/fastapi/fastapi/pull/11355

> I think the proper thing to do is just to avoid importing exceptions from compat. That would require moving a bit of code from company into exceptions. Would you...

Looks like it's not so easy now as we run tests on Python 3.12 and Pydantic V1 is not supported there..

@tamird, thanks for resolving the merge conflict! If I recall correctly, previously we switched to using existing `ErrorDict` and `display_errors` (import them from `pydantic.v1`) for simplicity. But now it turned...

@Dawaman43, I converted this PR to Draft. Please, mark it as "Ready for review" when it's ready

Can confirm this is still an issue