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
github-actions
b7ce10079e
📝 Update release notes
2 years ago
Sebastián Ramírez
87d5870314
🔧 Update sponsors, add Flint ( #9699 )
* 🔧 Set up sponsor Flint
* 🔧 Add configs for Flint sponsor
2 years ago
github-actions
49bc3e0873
📝 Update release notes
2 years ago
Sebastián Ramírez
8767634932
👷 Lint in CI only once, only with one version of Python, run tests with all of them ( #9686 )
2 years ago
Sebastián Ramírez
32935103b1
🔖 Release version 0.97.0
2 years ago
Sebastián Ramírez
395ece75aa
📝 Update release notes
2 years ago
github-actions
e958d30d1d
📝 Update release notes
2 years ago
Sebastián Ramírez
34fca99b28
⬆️ Upgrade Black ( #9661 )
2 years ago
github-actions
3289796286
📝 Update release notes
2 years ago
Sebastián Ramírez
7167c77a18
⬆️ Upgrade and fully migrate to Ruff, remove isort, includes a couple of tweaks suggested by the new version of Ruff ( #9660 )
2 years ago
github-actions
ba882c10fe
📝 Update release notes
2 years ago
Sebastián Ramírez
4ac55af283
♻️ Update internal type annotations and upgrade mypy ( #9658 )
2 years ago
github-actions
3390a82832
📝 Update release notes
2 years ago
Sebastián Ramírez
f5844e76b5
💚 Update CI cache to fix installs when dependencies change ( #9659 )
2 years ago
github-actions
32cefb9bff
📝 Update release notes
2 years ago
Sebastián Ramírez
17e49bc9f7
♻️ Simplify `AsyncExitStackMiddleware` as without Python 3.6 `AsyncExitStack` is always available ( #9657 )
♻️ Simplify AsyncExitStackMiddleware as without Python 3.6 AsyncExitStack is always available
2 years ago
github-actions
df58ecdee2
📝 Update release notes
2 years ago
Sebastián Ramírez
6595658324
⬇️ Separate requirements for development into their own requirements.txt files, they shouldn't be extras ( #9655 )
2 years ago
github-actions
c8b729aea7
📝 Update release notes
2 years ago
Paulo Costa
d8b8f211e8
✨ Add support for `dependencies` in WebSocket routes ( #4534 )
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2 years ago
github-actions
ee96a099d8
📝 Update release notes
2 years ago
Kristján Valur Jónsson
ab03f22635
✨ Add exception handler for `WebSocketRequestValidationError` (which also allows to override it) ( #6030 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2 years ago
Sebastián Ramírez
f5e2dd8025
📝 Update release notes
2 years ago
Sebastián Ramírez
19347bfc3c
🔖 Release version 0.96.1
2 years ago
Sebastián Ramírez
20d93fad94
📝 Update release notes
2 years ago
github-actions
58e50622de
📝 Update release notes
2 years ago
Sebastián Ramírez
4ac8b8e443
🔧 Add sponsor Platform.sh ( #9650 )
2 years ago
github-actions
3d162455a7
📝 Update release notes
2 years ago
Purwo Widodo
edc939eb3a
🌐 Fix spelling in Indonesian translation of `docs/id/docs/tutorial/index.md` ( #5635 )
Co-authored-by: Purwo Widodo <id.purwowd@gmail.comm>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2 years ago
github-actions
4c64c15ead
📝 Update release notes
2 years ago
Ildar Ramazanov
e3d67a150c
🌐 Add Russian translation for `docs/ru/docs/tutorial/index.md` ( #5896 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2 years ago
github-actions
9b14107695
📝 Update release notes
2 years ago
雨过初晴
57679e8370
🌐 Add Chinese translations for `docs/zh/docs/advanced/response-change-status-code.md` and `docs/zh/docs/advanced/response-headers.md` ( #9544 )
2 years ago
github-actions
6fe26b5689
📝 Update release notes
2 years ago
Alexandr
510fa5b7fe
🌐 Add Russian translation for `docs/ru/docs/tutorial/schema-extra-example.md` ( #9621 )
Co-authored-by: ivan-abc <36765187+ivan-abc@users.noreply.github.com>
2 years ago
github-actions
ca8ddb2893
📝 Update release notes
2 years ago
Sebastián Ramírez
6dd8e567cc
🐛 Fix `HTTPException` header type annotations ( #9648 )
2 years ago
github-actions
ae5c51afa6
📝 Update release notes
2 years ago
Marcelo Trylesinski
19757d1859
🔥 Remove link to Pydantic's benchmark, as it was removed there ( #5811 )
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2 years ago
github-actions
e645a2db1b
📝 Update release notes
2 years ago
Marcelo Trylesinski
52fd0afc94
♻ Remove `media_type` from `ORJSONResponse` as it's inherited from the parent class ( #5805 )
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2 years ago
github-actions
503cec5649
📝 Update release notes
2 years ago
github-actions
2c7a0aca95
📝 Update release notes
2 years ago
Sebastián Ramírez
8d29e494e0
👷 Add custom tokens for GitHub Actions to avoid rate limits ( #9647 )
2 years ago
Sebastián Ramírez
4c23c0644b
👷 Add custom token to Smokeshow and Preview Docs for download-artifact, to prevent API rate limits ( #9646 )
2 years ago
github-actions
d189c38aaf
📝 Update release notes
2 years ago
Timothée Mazzucotelli
010d44ee1b
♻ Instantiate `HTTPException` only when needed, optimization refactor ( #5356 )
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2 years ago
github-actions
4b31beef35
📝 Update release notes
2 years ago
Marcelo Trylesinski
61a8d6720c
📌 Update minimum version of Pydantic to >=1.7.4 ( #9567 )
2 years ago