175:            if getattr(field_info, "deprecated", None):
176:                parameter["deprecated"] = True
220:        message="fastapi.openapi.utils.generate_operation_id() was deprecated, "
258:    if route.deprecated:
259:        operation["deprecated"] = route.deprecated
tests/test_deprecated_responses.py:42:    with pytest.warns(FastAPIDeprecationWarning, match="ORJSONResponse is deprecated"):
tests/test_deprecated_responses.py:72:    with pytest.warns(FastAPIDeprecationWarning, match="UJSONResponse is deprecated"):
test_deprecated_openapi_prefix.py
test_deprecated_responses.py
test_regex_deprecated_body.py
test_regex_deprecated_params.py
