mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-16 02:29:11 +02:00
* Fix OpenAPI 3.0 nullable fields leaking into tool input schemas * fix: convert nullable fields in input schemas and fix recursion * Fix unused loop variable in OpenAPI converter * Refactor OpenAPI nullable conversion and add tests * Clean up and add integration tests for nullable input schemas --------- Co-authored-by: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| conftest.py | ||
| test_allof_requestbody.py | ||
| test_circular_references.py | ||
| test_direct_array_schemas.py | ||
| test_director.py | ||
| test_legacy_compatibility.py | ||
| test_models.py | ||
| test_nullable_fields.py | ||
| test_parser.py | ||
| test_propertynames_ref_rewrite.py | ||
| test_schemas.py | ||
| test_transitive_references.py | ||