Merge branch 'feat/ast-response-inference' of https://github.com/g7AzaZLO/fastapi into feat/ast-response-inference

This commit is contained in:
g7azazlo 2025-12-04 00:29:53 +03:00
commit 2d0161f183
1 changed files with 0 additions and 1 deletions

View File

@ -306,7 +306,6 @@ def test_openapi_schema_ast_inference():
assert arg_types_props["bool_val"]["type"] == "boolean"
assert arg_types_props["float_val"]["type"] == "number"
@pytest.mark.parametrize(
"func",
[