You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sebastián Ramírez
bc935e08b6
⬆️ Upgrade compatibility with Pydantic v2.4, new renamed functions and JSON Schema input/output models with default values (#10344)
* 🚚 Refactor deprecated import general_plain_validator_function to with_info_plain_validator_function
* 🚚 Rename deprecated FieldValidationInfo to ValidationInfo
* ✅ Update tests with new defaults for JSON Schema for default values
* ♻️ Add Pydantic v1 version of with_info_plain_validator_function
* 👷 Invalidate cache
* ✅ Fix tests for Pydantic v1
* ✅ Tweak tests coverage for older Pydantic v2 versions
|
2 years ago |
.. |
dependencies
|
✨ Add support for Pydantic v2 (#9816)
|
2 years ago |
middleware
|
♻️ Simplify `AsyncExitStackMiddleware` as without Python 3.6 `AsyncExitStack` is always available (#9657)
|
2 years ago |
openapi
|
⬆️ Upgrade compatibility with Pydantic v2.4, new renamed functions and JSON Schema input/output models with default values (#10344)
|
2 years ago |
security
|
✨ Add support for Pydantic v2 (#9816)
|
2 years ago |
__init__.py
|
🔖 Release version 0.103.1
|
2 years ago |
_compat.py
|
⬆️ Upgrade compatibility with Pydantic v2.4, new renamed functions and JSON Schema input/output models with default values (#10344)
|
2 years ago |
applications.py
|
✏️ Fix typos in comment in `fastapi/applications.py` (#10045)
|
2 years ago |
background.py
|
✨ Improve type annotations, add support for mypy --strict, internally and for external packages (#2547)
|
4 years ago |
concurrency.py
|
✏️ Fix typos in comments on internal code in `fastapi/concurrency.py` and `fastapi/routing.py` (#9590)
|
2 years ago |
datastructures.py
|
⬆️ Upgrade compatibility with Pydantic v2.4, new renamed functions and JSON Schema input/output models with default values (#10344)
|
2 years ago |
encoders.py
|
🐛 Replace `MultHostUrl` to `AnyUrl` for compatibility with older versions of Pydantic v1 (#9852)
|
2 years ago |
exception_handlers.py
|
✨ Add exception handler for `WebSocketRequestValidationError` (which also allows to override it) (#6030)
|
2 years ago |
exceptions.py
|
✨ Add `ResponseValidationError` printable details, to show up in server error logs (#10078)
|
2 years ago |
logger.py
|
🔊 Refactor logging (#781)
|
5 years ago |
param_functions.py
|
✨ Add support for `openapi_examples` in all FastAPI parameters (#10152)
|
2 years ago |
params.py
|
✨ Add support for `openapi_examples` in all FastAPI parameters (#10152)
|
2 years ago |
py.typed
|
✨ add py.typed to ship typing information (#209)
|
6 years ago |
requests.py
|
⬆ Require Pydantic > 1.0 (#1862)
|
5 years ago |
responses.py
|
♻ Remove `media_type` from `ORJSONResponse` as it's inherited from the parent class (#5805)
|
2 years ago |
routing.py
|
✏️ Fix typos in comments on internal code in `fastapi/concurrency.py` and `fastapi/routing.py` (#9590)
|
2 years ago |
staticfiles.py
|
✨ Improve type annotations, add support for mypy --strict, internally and for external packages (#2547)
|
4 years ago |
templating.py
|
✨ Improve type annotations, add support for mypy --strict, internally and for external packages (#2547)
|
4 years ago |
testclient.py
|
✨ Improve type annotations, add support for mypy --strict, internally and for external packages (#2547)
|
4 years ago |
types.py
|
✨ Add support for Pydantic v2 (#9816)
|
2 years ago |
utils.py
|
✨ Add support for Pydantic v2 (#9816)
|
2 years ago |
websockets.py
|
✨ Export `WebSocketState` in `fastapi.websockets` (#4376)
|
3 years ago |