jannis701
Results
11
comments of
jannis701
It seems to me, that this bug has been fixed here: https://github.com/fastapi/fastapi/commit/88d4f2cb1814392f54011b2bbd3fe55c5f2a3278 but this commit re-introduced it: https://github.com/fastapi/fastapi/commit/55035f440bf852f739e3ccd71b67034016ae9bba#diff-aef3dac481b68359f4edd6974fa3a047cfde595254a4567a560cebc9ccb0673fR765 For me changing [this Line](https://github.com/fastapi/fastapi/blob/master/fastapi/dependencies/utils.py#L783) to ```python values[field.alias] = value ``` (as...