mirror of
https://github.com/fastapi/fastapi.git
synced 2026-01-19 11:29:17 -05:00
* 🔥 Remove support for Pydantic < 1.0 * 🔥 Remove deprecated skip_defaults from jsonable_encoder and set default for exclude to None, as in Pydantic * ♻️ Set default of response_model_exclude=None as in Pydantic * ⬆️ Require Pydantic >=1.0.0 in requirements
3 lines
142 B
Python
3 lines
142 B
Python
from starlette.requests import HTTPConnection as HTTPConnection # noqa: F401
|
|
from starlette.requests import Request as Request # noqa: F401
|