Commit Graph

6082 Commits

Author SHA1 Message Date
svlandeg
b24c50a4ee Merge branch 'master' into feature/python-tests-t 2025-09-23 14:43:57 +02:00
github-actions[bot]
f235502234 📝 Update release notes
[skip ci]
2025-09-22 19:30:48 +00:00
pre-commit-ci[bot]
b40da4f0d5 ⬆ [pre-commit.ci] pre-commit autoupdate (#14103)
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.13.0 → v0.13.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.13.0...v0.13.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-09-22 21:30:27 +02:00
github-actions[bot]
9aa25fd682 📝 Update release notes
[skip ci]
2025-09-22 15:12:21 +00:00
Alejandra
8170860322 ♻️ Refactor sponsor image handling (#14102)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-09-22 17:11:52 +02:00
github-actions[bot]
f0da082dd3 📝 Update release notes
[skip ci]
2025-09-21 14:11:44 +00:00
Alejandra
f97524429d 🐛 Fix sponsor display issue by hiding element on image error (#14097) 2025-09-21 14:11:11 +00:00
github-actions[bot]
6b1e6c5efd 📝 Update release notes
[skip ci]
2025-09-21 12:54:37 +00:00
Alejandra
40f3ab18e0 🐛 Hide sponsor badge when sponsor image is not displayed (#14096) 2025-09-21 14:54:15 +02:00
github-actions[bot]
8dfc651e1a 📝 Update release notes
[skip ci]
2025-09-21 11:29:24 +00:00
Alejandra
2eca83fbda 📝 Update contributing guidelines for installing requirements (#14095) 2025-09-21 13:29:04 +02:00
Sebastián Ramírez
784f06cb9b 🔖 Release version 0.117.1 0.117.1 2025-09-20 22:15:41 +02:00
github-actions[bot]
b5c05893b4 📝 Update release notes
[skip ci]
2025-09-20 19:56:30 +00:00
Thomas LÉVEIL
44fc67632b 🐛 Fix validation error when File is declared after Form parameter (#11194)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2025-09-20 21:55:59 +02:00
Sebastián Ramírez
a84001000e 📝 Update release notes 0.117.0 2025-09-20 21:35:43 +02:00
Sebastián Ramírez
382d083e26 🔖 Release version 0.117.0 2025-09-20 21:34:05 +02:00
github-actions[bot]
a7f2dbe976 📝 Update release notes
[skip ci]
2025-09-20 18:52:02 +00:00
vvanglro
f1e6f978ce ️ Fix default_factory for response model field with Pydantic V1 (#9704)
Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>
2025-09-20 20:51:40 +02:00
github-actions[bot]
b01d5c97a0 📝 Update release notes
[skip ci]
2025-09-20 18:45:09 +00:00
Robert Hofer
b51ec36f2e Allow None as return type for bodiless responses (#9425)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2025-09-20 18:44:43 +00:00
github-actions[bot]
0bdc3ca373 📝 Update release notes
[skip ci]
2025-09-20 18:10:57 +00:00
Max McLennan
86e515784d 🐛 Fix inconsistent processing of model docstring formfeed char with Pydantic V1 (#6039)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Yurii Motov <yurii.motov.monte@gmail.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2025-09-20 20:10:37 +02:00
github-actions[bot]
03123c00f1 📝 Update release notes
[skip ci]
2025-09-20 17:57:42 +00:00
Salim Aboubacar
2dc769b121 🐛 Fix jsonable_encoder alters json_encoders of Pydantic v1 objects (#4972)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
Co-authored-by: Yurii Motov <yurii.motov.monte@gmail.com>
2025-09-20 19:57:18 +02:00
github-actions[bot]
606a6828e7 📝 Update release notes
[skip ci]
2025-09-20 17:49:50 +00:00
Marcelo Trylesinski
cd2e1e43bd 📝 Add note about Cookies and JavaScript on tutorial/cookie-params.md (#13510)
Co-authored-by: svlandeg <svlandeg@github.com>
2025-09-20 19:49:27 +02:00
github-actions[bot]
60213f5a31 📝 Update release notes
[skip ci]
2025-09-20 17:47:45 +00:00
sammasak
8ede27223e Allow array values for OpenAPI schema type field (#13639)
Co-authored-by: Lukas Rajala <lukas.rajala@klarna.com>
Co-authored-by: dlax <denis@laxalde.org>
Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2025-09-20 17:47:24 +00:00
github-actions[bot]
0358d3eab5 📝 Update release notes
[skip ci]
2025-09-20 17:37:45 +00:00
Evgeny Bokshitsky
c2c6049b8f ♻️ Create dependency-cache dict in solve_dependencies only if None (don't re-create if empty) (#13689) 2025-09-20 19:37:18 +02:00
github-actions[bot]
21aa9d3719 📝 Update release notes
[skip ci]
2025-09-20 17:26:18 +00:00
rmawatson
9ac56c70f2 🐛 Reenable allow_arbitrary_types when only 1 argument is used on the API endpoint (#13694)
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>
2025-09-20 19:25:53 +02:00
github-actions[bot]
243f012fd0 📝 Update release notes
[skip ci]
2025-09-20 17:12:09 +00:00
Carlos Mario Toro
bc5013cd56 Add OpenAPI external_docs parameter to FastAPI (#13713)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>
2025-09-20 19:11:46 +02:00
github-actions[bot]
14168b43eb 📝 Update release notes
[skip ci]
2025-09-20 16:58:15 +00:00
Amogha Rao
5fef4d199b Enable test case for duplicated headers in test_tutorial/test_header_params/test_tutorial003.py (#13864)
Co-authored-by: amogha-rao <amogha.rao@cloudera.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-09-20 18:57:53 +02:00
github-actions[bot]
d2f6b92a83 📝 Update release notes
[skip ci]
2025-09-20 16:31:01 +00:00
secrett2633
c831cdbde2 🐛 Fix inspect.getcoroutinefunction() can break testing with unittest.mock.patch() (#14022) 2025-09-20 18:30:34 +02:00
github-actions[bot]
73841b9976 📝 Update release notes
[skip ci]
2025-09-20 16:28:18 +00:00
Sofie Van Landeghem
744736af9c 📝 Remove outdated formatting from path-params-numeric-validations.md for languages en, es and uk. (#14059) 2025-09-20 18:27:21 +02:00
github-actions[bot]
651603cb37 📝 Update release notes
[skip ci]
2025-09-20 16:27:07 +00:00
山崎ヒカル
11d424c3dc Simplify tests for response_model (#14062) 2025-09-20 18:26:21 +02:00
github-actions[bot]
c8a29944f4 📝 Update release notes
[skip ci]
2025-09-20 16:23:31 +00:00
Sofie Van Landeghem
fe4542279d 🚨 Install pydantic.mypy plugin (#14081) 2025-09-20 18:23:06 +02:00
github-actions[bot]
d2da9e8e46 📝 Update release notes
[skip ci]
2025-09-20 15:10:36 +00:00
Nils-Hero Lindemann
9b1234d7d0 📝 Update prompts and German translation (#14015)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2025-09-20 17:10:09 +02:00
github-actions[bot]
4c175319f5 📝 Update release notes
[skip ci]
2025-09-20 12:58:37 +00:00
Nils-Hero Lindemann
7095a11056 📝 Fix and Improve English Documentation (#14048)
Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>
2025-09-20 14:58:04 +02:00
github-actions[bot]
9d7388d9f1 📝 Update release notes
[skip ci]
2025-09-20 12:55:53 +00:00
Nils-Hero Lindemann
f10ed69b97 Add LLM test file (#14049)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-09-20 12:55:29 +00:00