Hristo G
ea0e42863c
Merge branch 'master' into master
2024-04-27 11:32:22 -04:00
Hristo Gueorguiev
b95824cfab
Add debugger middleware functionality
...
- Adds middleware class to allow intercepting exceptions in endpoints
and starting a debugger in those stack frames
- Debugger is customizable by passing in a custom callable that can run
debugger of choice
- Default debugger if not customized is PDB
- Adds support to use web-PDB by including pre made callable that can be
passed in as a middleware arg
2024-04-27 11:17:52 -04:00
github-actions
1d41a7d2df
📝 Update release notes
2024-04-27 14:31:16 +00:00
Ian Chiu
8045f34c52
🌐 Add Traditional Chinese translation for `docs/zh-hant/benchmarks.md` ( #11484 )
2024-04-27 09:30:56 -05:00
github-actions
b254688f37
📝 Update release notes
2024-04-25 17:10:18 +00:00
Bill Zhong
026af6e248
🌐 Update Chinese translation for `docs/zh/docs/fastapi-people.md` ( #11476 )
2024-04-25 12:09:48 -05:00
github-actions
38929aae1b
📝 Update release notes
2024-04-23 22:29:42 +00:00
ch33zer
550092a3bd
✏️ Fix typo in `fastapi/security/api_key.py` ( #11481 )
2024-04-23 17:29:18 -05:00
github-actions
5c054fdd65
📝 Update release notes
2024-04-22 23:41:32 +00:00
Bill Zhong
943159afb0
🌐 Add Chinese translation for `docs/zh/docs/how-to/index.md` and `docs/zh/docs/how-to/general.md` ( #11443 )
2024-04-22 18:41:09 -05:00
github-actions
91dad1cb3a
📝 Update release notes
2024-04-19 19:30:49 +00:00
Fabian Falon
1551913223
🌐 Add Spanish translation for cookie-params `docs/es/docs/tutorial/cookie-params.md` ( #11410 )
2024-04-19 14:30:26 -05:00
github-actions
e00d29e784
📝 Update release notes
2024-04-19 15:30:04 +00:00
Omar Mokhtar
ce1fb1a23b
✏️ Fix typo in `security/http.py` ( #11455 )
2024-04-19 10:29:38 -05:00
github-actions
25c692d77d
📝 Update release notes
2024-04-19 01:03:14 +00:00
Sebastián Ramírez
2f686ce1e5
⬆️ Upgrade MkDocs Material and re-enable cards ( #11466 )
2024-04-18 19:56:59 -05:00
github-actions
14442d356f
📝 Update release notes
2024-04-19 00:46:03 +00:00
dependabot[bot]
11f95ddef6
⬆ Bump pillow from 10.2.0 to 10.3.0 ( #11403 )
...
Bumps [pillow](https://github.com/python-pillow/Pillow ) from 10.2.0 to 10.3.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases )
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst )
- [Commits](https://github.com/python-pillow/Pillow/compare/10.2.0...10.3.0 )
---
updated-dependencies:
- dependency-name: pillow
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-18 19:43:24 -05:00
github-actions
fb165a55f0
📝 Update release notes
2024-04-19 00:42:15 +00:00
Sebastián Ramírez
1aedc6e29d
🔧 Ungroup dependabot updates ( #11465 )
2024-04-18 19:41:55 -05:00
Sebastián Ramírez
be1e3faa63
🔖 Release version 0.110.2
2024-04-18 19:31:47 -05:00
github-actions
4ae63ae495
📝 Update release notes
2024-04-19 00:12:01 +00:00
Nils Lindemann
6d523d62d0
📝 Fix types in examples under `docs_src/extra_data_types` ( #10535 )
...
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>
2024-04-18 19:11:40 -05:00
github-actions
d84d6e03f4
📝 Update release notes
2024-04-18 23:59:09 +00:00
Sebastián Ramírez
a901e2f449
📝 Update references to UJSON ( #11464 )
2024-04-18 18:58:47 -05:00
github-actions
8a45645177
📝 Update release notes
2024-04-18 22:49:56 +00:00
Paul
74cc33d16b
♻️ Simplify Pydantic configs in OpenAPI models in `fastapi/openapi/models.py` ( #10886 )
...
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>
2024-04-18 17:49:33 -05:00
github-actions
5815fa58fb
📝 Update release notes
2024-04-18 21:57:19 +00:00
arjwilliams
09e4859cab
🐛 Fix support for query parameters with list types, handle JSON encoding Pydantic `UndefinedType` ( #9929 )
...
Co-authored-by: Andrew Williams <Andrew.Williams@contemi.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2024-04-18 16:56:59 -05:00
github-actions
071b8f27f9
📝 Update release notes
2024-04-18 21:53:48 +00:00
Waket Zheng
f08234f35a
🌐 Update Chinese translation for `docs/zh/docs/index.html` ( #11430 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2024-04-18 16:53:24 -05:00
github-actions
610534b703
📝 Update release notes
2024-04-18 19:53:46 +00:00
Nils Lindemann
ebc8ac7295
📝 Tweak docs and translations links, typos, format ( #11389 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2024-04-18 14:53:19 -05:00
github-actions
3cc5efc5de
📝 Update release notes
2024-04-18 19:41:22 +00:00
Sebastián Ramírez
27da0d02a7
✨ Add support for Pydantic's 2.7 new deprecated Field parameter, remove URL from validation errors response ( #11461 )
2024-04-18 14:40:57 -05:00
github-actions
3425c834cc
📝 Update release notes
2024-04-06 15:44:16 +00:00
Anton Yakovlev
91606c3c38
🌐 Add Russian translation for `docs/ru/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md` ( #11411 )
2024-04-06 10:43:55 -05:00
github-actions
7e161b3f9e
📝 Update release notes
2024-04-04 14:22:38 +00:00
Fabian Falon
9e074c2ed2
📝 Fix typo in `docs/es/docs/async.md` ( #11400 )
2024-04-04 09:20:53 -05:00
github-actions
886dc33f85
📝 Update release notes
2024-04-04 14:20:26 +00:00
Nazaré da Piedade
f810c65e7c
🌐 Add Portuguese translations for `learn/index.md` `resources/index.md` `help/index.md` `about/index.md` ( #10807 )
2024-04-04 09:20:02 -05:00
github-actions
8dfdf69d6b
📝 Update release notes
2024-04-03 16:23:13 +00:00
Lufa1u
7ae1f9003f
🌐 Update Russian translations for deployments docs ( #11271 )
2024-04-03 11:22:47 -05:00
github-actions
247b58e0f5
📝 Update release notes
2024-04-03 15:35:08 +00:00
Sk Imtiaz Ahmed
2e55203879
🌐 Add Bengali translations for `docs/bn/docs/python-types.md` ( #11376 )
2024-04-03 10:34:37 -05:00
github-actions
9490491595
📝 Update release notes
2024-04-03 03:42:35 +00:00
Jordan Shatford
71321f0129
📝 Update OpenAPI client generation docs to use `@hey-api/openapi-ts` ( #11339 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2024-04-02 22:42:11 -05:00
github-actions
a09c1a034d
📝 Update release notes
2024-04-02 22:38:55 +00:00
github-actions
ebcbe3c325
📝 Update release notes
2024-04-02 22:38:22 +00:00
DoHyun Kim
d6997ab2a0
🌐 Add Korean translation for `docs/ko/docs/tutorial/security/simple-oauth2.md` ( #5744 )
2024-04-02 17:37:23 -05:00