Sebastián Ramírez
cd9d093f60
📝 Update docs about re-raising validation errors, do not include string as is to not leak information ( #14487 )
2025-12-10 12:56:50 +00:00
github-actions[bot]
4a98a66778
📝 Update release notes
...
[skip ci]
2025-12-10 12:29:04 +00:00
Sebastián Ramírez
442cb306f6
🔥 Remove external links section ( #14486 )
2025-12-10 12:28:40 +00:00
Sebastián Ramírez
7b0b915749
🔖 Release version 0.124.2
2025-12-10 13:07:53 +01:00
github-actions[bot]
96bdde376f
📝 Update release notes
...
[skip ci]
2025-12-10 12:06:32 +00:00
Sebastián Ramírez
7ba042e069
🐛 Fix support for `if TYPE_CHECKING`, non-evaluated stringified annotations ( #14485 )
2025-12-10 13:06:05 +01:00
Sebastián Ramírez
60699f306b
🔖 Release version 0.124.1
2025-12-10 11:38:41 +01:00
github-actions[bot]
ae7af59c6d
📝 Update release notes
...
[skip ci]
2025-12-10 10:36:56 +00:00
Sebastián Ramírez
42b250d14d
🐛 Fix handling arbitrary types when using `arbitrary_types_allowed=True` ( #14482 )
2025-12-10 11:36:29 +01:00
github-actions[bot]
71a17b5932
📝 Update release notes
...
[skip ci]
2025-12-10 08:55:57 +00:00
Motov Yurii
9475024640
📝 Add variants for code examples in "Advanced User Guide" ( #14413 )
2025-12-10 09:55:32 +01:00
github-actions[bot]
5b28a04d55
📝 Update release notes
...
[skip ci]
2025-12-09 11:12:49 +00:00
Sebastián Ramírez
8cedb742cb
✅ Add test for Pydantic v2, dataclasses, UUID, and `__annotations__` ( #14477 )
2025-12-09 12:12:24 +01:00
github-actions[bot]
320e7ce8fd
📝 Update release notes
...
[skip ci]
2025-12-08 13:05:20 +00:00
Alejandra
81517f66cc
📝 Update tech stack in project generation docs ( #14472 )
2025-12-08 13:04:54 +00:00
Sebastián Ramírez
b5ca13249e
🔖 Release version 0.124.0
2025-12-06 14:09:51 +01:00
github-actions[bot]
a2cef707e3
📝 Update release notes
...
[skip ci]
2025-12-06 12:23:23 +00:00
Yuji Teshima
5b6245666b
✏️ Fix typo in `scripts/mkdocs_hooks.py` ( #14457 )
2025-12-06 13:23:01 +01:00
github-actions[bot]
dbd34f1578
📝 Update release notes
...
[skip ci]
2025-12-06 12:22:24 +00:00
Savannah Ostrowski
e1117f7550
🚸 Improve tracebacks by adding endpoint metadata ( #14306 )
...
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>
2025-12-06 12:21:57 +00:00
Sebastián Ramírez
08b09e5236
🔖 Release version 0.123.10
2025-12-05 22:26:36 +01:00
github-actions[bot]
e7d7038dfa
📝 Update release notes
...
[skip ci]
2025-12-05 21:21:29 +00:00
Motov Yurii
da0ffab0b2
🐛 Fix using class (not instance) dependency that has `__call__` method ( #14458 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2025-12-05 21:21:05 +00:00
github-actions[bot]
516169428d
📝 Update release notes
...
[skip ci]
2025-12-05 20:19:54 +00:00
Motov Yurii
812a1926f0
🐛 Fix `separate_input_output_schemas=False` with `computed_field` ( #14453 )
2025-12-05 21:19:30 +01:00
Sebastián Ramírez
f0dd1046a6
🔖 Release version 0.123.9
2025-12-04 23:23:21 +01:00
github-actions[bot]
188d631011
📝 Update release notes
...
[skip ci]
2025-12-04 22:22:25 +00:00
Sebastián Ramírez
0b5fa563cd
🐛 Fix OAuth2 scopes in OpenAPI in extra corner cases, parent dependency with scopes, sub-dependency security scheme without scopes ( #14459 )
2025-12-04 23:22:01 +01:00
Sebastián Ramírez
eb1d50479b
🔖 Release version 0.123.8
2025-12-04 14:01:00 +01:00
github-actions[bot]
e248a4d22b
📝 Update release notes
...
[skip ci]
2025-12-04 12:59:45 +00:00
Sebastián Ramírez
0ec4bafca2
🐛 Fix OpenAPI security scheme OAuth2 scopes declaration, deduplicate security schemes with different scopes ( #14455 )
2025-12-04 13:59:24 +01:00
Sebastián Ramírez
603df6e36f
🔖 Release version 0.123.7
2025-12-04 09:27:38 +01:00
github-actions[bot]
6c565482cf
📝 Update release notes
...
[skip ci]
2025-12-04 08:18:55 +00:00
chaen
861598b4e3
🐛 Fix evaluating stringified annotations in Python 3.10 ( #11355 )
...
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
Co-authored-by: svlandeg <svlandeg@github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2025-12-04 09:18:32 +01:00
Sebastián Ramírez
811fa89875
🔖 Release version 0.123.6
2025-12-04 08:33:11 +01:00
github-actions[bot]
6c6b9d7a2b
📝 Update release notes
...
[skip ci]
2025-12-04 07:29:53 +00:00
Sebastián Ramírez
bba4d4c95e
🐛 Fix support for functools wraps and partial combined, for async and regular functions and classes in path operations and dependencies ( #14448 )
...
Co-authored-by: Yurii Motov <yurii.motov.monte@gmail.com>
2025-12-04 08:29:28 +01:00
Sebastián Ramírez
c57ac7bdf3
🔖 Release version 0.123.5
2025-12-02 22:06:25 +01:00
github-actions[bot]
3c440c762a
📝 Update release notes
...
[skip ci]
2025-12-02 20:58:53 +00:00
Lie Ryan
9824486616
✨ Allow using dependables with `functools.partial()` ( #9753 )
...
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: Yurii Motov <yurii.motov.monte@gmail.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2025-12-02 20:58:30 +00:00
github-actions[bot]
aee8e78078
📝 Update release notes
...
[skip ci]
2025-12-02 17:33:22 +00:00
Nils-Hero Lindemann
f4a17b7568
🌐 Sync German docs ( #14367 )
...
* Sync with #14217
* Sync with #14359
* Sync with #13786
* Sync with #14070
* Sync with #14120
* Sync with #14211
* Sync with #14405
* "to deploy" -> "deployen"
The LLM used that translation a lot ithis convinced me that "deployen" it is the better word. "bereitstellen" (or "ausliefern") is still used for "to serve".
---------
Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>
Co-authored-by: Yurii Motov <yurii.motov.monte@gmail.com>
2025-12-02 18:32:56 +01:00
github-actions[bot]
4ade6d62e2
📝 Update release notes
...
[skip ci]
2025-12-02 17:23:36 +00:00
[object Object]
1c1e584abd
✨ Add support for wrapped functions (e.g. `@functools.wraps()`) used with forward references ( #5077 )
...
Co-authored-by: Yurii Karabas <1998uriyyo@gmail.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2025-12-02 18:23:14 +01:00
github-actions[bot]
930b27e5fa
📝 Update release notes
...
[skip ci]
2025-12-02 17:00:02 +00:00
Victorien
80d69ae0bb
🐛 Fix optional sequence handling with new union syntax from Python 3.10 ( #14430 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2025-12-02 16:59:38 +00:00
github-actions[bot]
cff2236dac
📝 Update release notes
...
[skip ci]
2025-12-02 16:49:12 +00:00
Sebastián Ramírez
a79ae3d66f
🔥 Remove dangling extra condiitonal no longer needed ( #14435 )
2025-12-02 16:48:46 +00:00
github-actions[bot]
f636513390
📝 Update release notes
...
[skip ci]
2025-12-02 13:43:52 +00:00
Sebastián Ramírez
247ef32e79
♻️ Refactor internals, update `is_coroutine` check to reuse internal supported variants (unwrap, check class) ( #14434 )
2025-12-02 13:43:31 +00:00