Michał Górny
74de9a7b15
🔧 Set minimal hatchling version needed to build the package ( #9240 )
Set minimal hatchling version needed to build the package
Set the minimal hatchling version that is needed to build fastapi to
1.13.0. Older versions fail to build because they do not recognize
the trove classifiers used, e.g. 1.12.2 yields:
ValueError: Unknown classifier in field `project.classifiers`: Framework :: Pydantic
Co-authored-by: Sebastián Ramírez <[email protected] >
2 years ago
github-actions
3279f0ba63
📝 Update release notes
2 years ago
Jacob Coffee
428376d285
📝 Add repo link to PyPI ( #9559 )
2 years ago
github-actions
05c5ce3689
📝 Update release notes
2 years ago
Ryan Russell
b4b39d3359
✏️ Fix typos in data for tests ( #4958 )
Co-authored-by: Sebastián Ramírez <[email protected] >
2 years ago
github-actions
2f048f7199
📝 Update release notes
2 years ago
Harsha Laxman
2cef119cd7
📝 Use in memory database for testing SQL in docs ( #1223 )
Co-authored-by: Harsha Laxman <[email protected] >
Co-authored-by: Marcelo Trylesinski <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2 years ago
github-actions
dd1c2018dc
📝 Update release notes
2 years ago
cyberlis
e94c13ce74
✨ Add allow disabling `redirect_slashes` at the FastAPI app level ( #3432 )
Co-authored-by: Denis Lisovik <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
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 <[email protected] >
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 <[email protected] >
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 <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
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 <[email protected] >
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 <[email protected] >
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 <[email protected] >
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 <[email protected] >
2 years ago