mirror of https://github.com/tiangolo/fastapi.git
* 🏗️ Implement unique IDs for dynamic models like those used for composite bodies and responses. IDs based on path (not only on function name, as it can be duplicated in a different module). * ✅ Add tests for same function name and composite body * ✅ Update OpenAPI in tests with new dynamic model ID generation |
||
|---|---|---|
| .. | ||
| dependencies | ||
| openapi | ||
| security | ||
| __init__.py | ||
| applications.py | ||
| datastructures.py | ||
| encoders.py | ||
| exception_handlers.py | ||
| exceptions.py | ||
| param_functions.py | ||
| params.py | ||
| py.typed | ||
| routing.py | ||
| utils.py | ||