### Expected Behavior In the situation depicted above, we should return 400 Bad Request (see the relevant tests, [here](https://github.com/pyeve/eve/blob/561f4a34c1deee0466278942a546338fa5ea91a8/eve/tests/methods/patch.py#L764) and [here](https://github.com/pyeve/eve/blob/561f4a34c1deee0466278942a546338fa5ea91a8/eve/tests/methods/put.py#L504)) ### Actual Behavior With Mongo 4.2, a 500 Server Error is returned instead. ### Environment * Python version: 3.8 * Eve version: 3.9.2
Expected Behavior
In the situation depicted above, we should return 400 Bad Request (see the relevant tests, here and here)
Actual Behavior
With Mongo 4.2, a 500 Server Error is returned instead.
Environment