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.
Joakim Nordling
5c3537bb30
Update ReDoc to version 2.0.0
FastAPI has for the past 4 years been using the the `next` version of ReDoc (development version of 2.0.0). The official 2.0.0 version was however released around 9 months ago and the `next` tag still points to `2.0.0-rc.75`. I thought it would be a good idea to update to the final version now rather than the old release candidate.
I also noticed that the examples in the documentation shows what the file used to look like, but the license information has been moved to a separate file and there's just a pointer to that nowadays. I updated the example with what users can today expect to find there now.
It's of course a bit of a question if the version should be locked to 2.0.0 or if the `latest` tag should instead be used. Please let me know if you'd rather have me switch to that tag.
2 years ago
..
dependencies
🐛 Fix using `Annotated` in routers or path operations decorated multiple times (#9315)
2 years ago
middleware
♻️ Simplify `AsyncExitStackMiddleware` as without Python 3.6 `AsyncExitStack` is always available (#9657)
2 years ago
openapi
Update ReDoc to version 2.0.0
2 years ago
security
♻️ Update internal type annotations and upgrade mypy (#9658)
2 years ago
__init__.py
🔖 Release version 0.97.0
2 years ago
applications.py
✨ Add support for `dependencies` in WebSocket routes (#4534)
2 years ago
background.py
✨ Improve type annotations, add support for mypy --strict, internally and for external packages (#2547)
5 years ago
concurrency.py
🔧 Update package metadata, drop support for Python 3.6, move build internals from Flit to Hatch (#5240)
3 years ago
datastructures.py
✨ Add support for declaring `UploadFile` parameters without explicit `File()` (#4469)
4 years ago
encoders.py
⬆️ Upgrade Ruff (#5698)
3 years ago
exception_handlers.py
✨ Add exception handler for `WebSocketRequestValidationError` (which also allows to override it) (#6030)
2 years ago
exceptions.py
🐛 Fix `HTTPException` header type annotations (#9648)
2 years ago
logger.py
🔊 Refactor logging (#781)
6 years ago
param_functions.py
✨ Add support for PEP-593 `Annotated` for specifying dependencies and parameters (#4871)
3 years ago
params.py
✨ Add support for PEP-593 `Annotated` for specifying dependencies and parameters (#4871)
3 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
⬆️ Upgrade and fully migrate to Ruff, remove isort, includes a couple of tweaks suggested by the new version of Ruff (#9660)
2 years ago
staticfiles.py
✨ Improve type annotations, add support for mypy --strict, internally and for external packages (#2547)
5 years ago
templating.py
✨ Improve type annotations, add support for mypy --strict, internally and for external packages (#2547)
5 years ago
testclient.py
✨ Improve type annotations, add support for mypy --strict, internally and for external packages (#2547)
5 years ago
types.py
✨ Improve type annotations, add support for mypy --strict, internally and for external packages (#2547)
5 years ago
utils.py
⚡ Update `create_cloned_field` to use a global cache and improve startup performance (#4645)
2 years ago
websockets.py
✨ Export `WebSocketState` in `fastapi.websockets` (#4376)
3 years ago