Sofie Van Landeghem
d354018d64
Merge branch 'master' into allow-list-of-str-in-jsonschema-type
5 months ago
github-actions
a498582bb4
📝 Update release notes
5 months ago
ilacftemp
55bcab6d75
🌐 Add Portuguese translation for `docs/pt/docs/how-to/separate-openapi-schemas.md` ( #12518 )
5 months ago
github-actions
548f938280
📝 Update release notes
5 months ago
Renne Rocha
ec9b066e0b
📝 Add External Link: FastAPI do Zero ( #12533 )
5 months ago
github-actions
cf65c423d1
📝 Update release notes
5 months ago
github-actions
e2d77a9e42
📝 Update release notes
5 months ago
YungYueh ChanLee
86fe251507
🌐 Update Traditional Chinese translation for `docs/zh-hant/docs/deployment/index.md` ( #12521 )
5 months ago
github-actions
b5021a4c84
📝 Update release notes
5 months ago
YungYueh ChanLee
ff5f076011
🌐 Update Traditional Chinese translation for `docs/zh-hant/docs/deployment/cloud.md` ( #12522 )
5 months ago
github-actions
b144221ad5
📝 Update release notes
5 months ago
YungYueh ChanLee
7b03fa7e0c
🌐 Update Traditional Chinese translation for `docs/zh-hant/docs/how-to/index.md` ( #12523 )
5 months ago
YungYueh ChanLee
2f2c877d51
🌐 Update Traditional Chinese translation for `docs/zh-hant/docs/tutorial/index.md` ( #12524 )
5 months ago
Denis Laxalde
53ba155f6e
Accept a list of strings as value for JSON Schema "type"
According to the JSON Schema specification [1], the "type" keyword may
be an array of strings (with unique items). Previously, the Schema
definition did not allow this and would thus prevent users from using
custom JSON Schema definitions in their field such as `Annotated[...,
WithJsonSchema({"type": ["string", "null"]})` as an alternative to the
`anyOf` which is usually generated (a ValidationError was raised when
generated the OpenAPI definition).
We now accept this "type" variant, as illustrated in modified
test_custom_schema_fields.py.
[1]: https://json-schema.org/draft/2020-12/json-schema-validation#name-type
5 months ago
github-actions
6ede04f876
📝 Update release notes
5 months ago
Sebastián Ramírez
e7533b92b3
👷 Update GitHub Action to deploy docs previews to handle missing deploy comments ( #12527 )
5 months ago
github-actions
593385d1c3
📝 Update release notes
5 months ago
Kevin Kirsche
8081d2302e
📝 Fix minor typos ( #12516 )
5 months ago
github-actions
2d43a8a2a3
📝 Update release notes
6 months ago
github-actions
21fc89976d
📝 Update release notes
6 months ago
YungYueh ChanLee
59efc69bec
🌐 Add Traditional Chinese translation for `docs/zh-hant/docs/how-to/index.md` ( #12468 )
6 months ago
YungYueh ChanLee
136c48bda6
🌐 Add Traditional Chinese translation for `docs/zh-hant/docs/tutorial/index.md` ( #12466 )
6 months ago
github-actions
fb4b6b7cbe
📝 Update release notes
6 months ago
João Pedro Pereira Holanda
c9337b54f0
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/header-param-models.md` ( #12437 )
6 months ago
github-actions
69cc3161fc
📝 Update release notes
6 months ago
pre-commit-ci[bot]
13c57834a5
⬆ [pre-commit.ci] pre-commit autoupdate ( #12505 )
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.7.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.6.9...v0.7.0 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
6 months ago
github-actions
92df4e7903
📝 Update release notes
6 months ago
Alejandra
c1f91a0403
🌐 Fix rendering issue in translations ( #12509 )
6 months ago
github-actions
180e72b193
📝 Update release notes
6 months ago
ilacftemp
d5a0456084
🌐 Add Portuguese translation for `docs/pt/docs/how-to/extending-openapi.md` ( #12470 )
6 months ago
github-actions
396c0f6aab
📝 Update release notes
6 months ago
Leonardo Scarlato
bbcee4db19
🌐 Add Portuguese translation for `docs/pt/docs/advanced/dataclasses.md` ( #12475 )
6 months ago
github-actions
cb74448bd9
📝 Update release notes
6 months ago
Fernando Alzueta
94fafa5030
🌐 Add Portuguese translation for `docs/pt/docs/how-to/custom-request-and-route.md` ( #12483 )
6 months ago
Sebastián Ramírez
c519614b45
🔖 Release version 0.115.3
6 months ago
github-actions
9c794c9c0d
📝 Update release notes
6 months ago
Marcel Hellkamp
c4f8143dea
⬆️ Upgrade Starlette to `>=0.40.0,<0.42.0` ( #12469 )
Co-authored-by: Sebastián Ramírez <[email protected] >
6 months ago
github-actions
45822d31f2
📝 Update release notes
6 months ago
Elton Jefferson
4c1a1938bc
📝 Fix broken link in docs ( #12495 )
6 months ago
github-actions
5afa6d7066
📝 Update release notes
6 months ago
github-actions
f0b5f8adf7
📝 Update release notes
6 months ago
YungYueh ChanLee
b0761c2552
🌐 Add Traditional Chinese translation for `docs/zh-hant/docs/fastapi-cli.md` ( #12444 )
6 months ago
YungYueh ChanLee
53d90074e5
🌐 Add Traditional Chinese translation for `docs/zh-hant/docs/deployment/index.md` ( #12439 )
6 months ago
github-actions
7038bedc5d
📝 Update release notes
6 months ago
Guilherme Rameh
48849f8a11
🌐 Add Portuguese translation for `docs/pt/docs/how-to/testing-database.md` ( #12472 )
6 months ago
github-actions
b7fb8eb656
📝 Update release notes
6 months ago
Luis Rodrigues
ac3c2dd965
🌐 Add Portuguese translation for `docs/pt/docs/how-to/custom-docs-ui-assets.md` ( #12473 )
6 months ago
github-actions
febf6b6a52
📝 Update release notes
6 months ago
leonardopaloschi
71f2be2387
🌐 Add Portuguese translation for `docs/pt/docs/advanced/response-headers.md` ( #12458 )
6 months ago
github-actions
50639525bf
📝 Update release notes
6 months ago