Merge branch 'master' into not-all-coverage

This commit is contained in:
Sebastián Ramírez 2025-12-11 06:49:24 -08:00 committed by GitHub
commit 374dc39967
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -15,7 +15,7 @@ Use as follows:
The tests: The tests:
## Code snippets { #code-snippets} ## Code snippets { #code-snippets }
//// tab | Test //// tab | Test
@ -53,7 +53,7 @@ See for example section `### Quotes` in `docs/de/llm-prompt.md`.
//// ////
## Quotes in code snippets { #quotes-in-code-snippets} ## Quotes in code snippets { #quotes-in-code-snippets }
//// tab | Test //// tab | Test

View File

@ -9,6 +9,7 @@ hide:
### Docs ### Docs
* 📝 Tweak links format. PR [#14505](https://github.com/fastapi/fastapi/pull/14505) by [@tiangolo](https://github.com/tiangolo).
* 📝 Update docs about re-raising validation errors, do not include string as is to not leak information. PR [#14487](https://github.com/fastapi/fastapi/pull/14487) by [@tiangolo](https://github.com/tiangolo). * 📝 Update docs about re-raising validation errors, do not include string as is to not leak information. PR [#14487](https://github.com/fastapi/fastapi/pull/14487) by [@tiangolo](https://github.com/tiangolo).
* 🔥 Remove external links section. PR [#14486](https://github.com/fastapi/fastapi/pull/14486) by [@tiangolo](https://github.com/tiangolo). * 🔥 Remove external links section. PR [#14486](https://github.com/fastapi/fastapi/pull/14486) by [@tiangolo](https://github.com/tiangolo).