Browse Source
Python 3.14 added a new 'type_params' parameter to ForwardRef._evaluate() (PEP 695). Failing to pass it triggers a DeprecationWarning, which is treated as error by FastAPI's test suite (-W error). Pass type_params=() on Python 3.14+ to silence the warning.pull/15519/head
1 changed files with 6 additions and 1 deletions
Loading…
Reference in new issue