Open kakakikikeke-fork opened 10 months ago
@kakakikikeke-fork Hi, thank you for the PR, can you please raise an issue for this? I belive it is a legitmate problem that we need look into to fix. Thanks
Kudos, no new issues were introduced!
0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code
hummm its very interesting that the test/builds are failing for python3.8, 3.9 ,3.10. I dont think its to do with your code, I will have to investigate as to why its doing this, most likely something depercated!
When I ran pytest locally, I got an error if the version was 8.0.0, so I installed 7.0.0 and ran pytest.
@kakakikikeke-fork @kakakikikeke Hi there, sorry for the late reply but the CI seems to be having some problem with a plugin called pytest-black causing python3.8 tests to fail on the CI. We are trying to get this change merged so we can proceed with this one.
Pydantic's erros() method contains a field called ctx. If you try to create response json if ctx is included, it cannot be serialized.
Version
Sample code
Result
request
Thanks.