Sebastián Ramírez
a2912ffa26
🌐 Update translations for es (update-outdated) ( #14686 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
6 months ago
github-actions[bot]
8183e748ee
📝 Update release notes
[skip ci]
6 months ago
Sebastián Ramírez
cefd50702a
🐛 Fix translation script path ( #14685 )
6 months ago
github-actions[bot]
3d1f9268fc
📝 Update release notes
[skip ci]
6 months ago
Sebastián Ramírez
7eac6e3169
✅ Enable tests in CI for scripts ( #14684 )
6 months ago
github-actions[bot]
21d2c5cea0
📝 Update release notes
[skip ci]
6 months ago
Sebastián Ramírez
c75ae058e4
🔧 Add pre-commit local script to fix language translations ( #14683 )
6 months ago
github-actions[bot]
961b2e844a
📝 Update release notes
[skip ci]
6 months ago
Jonathan Ehwald
b4ba7f4652
⬆️ Migrate to uv ( #14676 )
6 months ago
github-actions[bot]
c35e1fd4b4
📝 Update release notes
[skip ci]
6 months ago
Motov Yurii
d1c67c0055
🔨 Add LLM translations tool fixer ( #14652 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <[email protected] >
6 months ago
github-actions[bot]
18762e38a9
📝 Update release notes
[skip ci]
6 months ago
Motov Yurii
b1db1395b6
📝 Specify language code for code block ( #14656 )
6 months ago
JSCU-CNI
6aa254619f
✨ Support for mixed and multiple Pydantic models for parameters using Query, Cookie and Header
From #12199 onwards, Pydantic models are supported for query, cookie and
header parameters. When one parameter is present, the model is flattened
in the OpenAPI spec, but when multiple are defined, they aren't.
This is confusing, and results in a confusing OpenAPI spec. Since these
arguments are used in flattened form anyway, it makes more sense to
flatten all of them.
2 years ago
github-actions[bot]
f2687dc1bb
📝 Update release notes
[skip ci]
6 months ago
github-actions[bot]
862c3f4f94
📝 Update release notes
[skip ci]
6 months ago
Sebastián Ramírez
052d6e86c2
👥 Update FastAPI People - Sponsors ( #14626 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
6 months ago
Sebastián Ramírez
31c7ffcdfe
👥 Update FastAPI GitHub topic repositories ( #14630 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
6 months ago
github-actions[bot]
6854be9ebc
📝 Update release notes
[skip ci]
6 months ago
Sebastián Ramírez
258deb925d
👥 Update FastAPI People - Contributors and Translators ( #14625 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
6 months ago
github-actions[bot]
53d2453d1a
📝 Update release notes
[skip ci]
6 months ago
Sebastián Ramírez
d9b7b65b81
🌐 Update translation prompts ( #14619 )
6 months ago
github-actions[bot]
9ed5f246ed
📝 Update release notes
[skip ci]
6 months ago
Sebastián Ramírez
edf7995775
🔧 Add LLM prompt file for Turkish, generated from the existing translations ( #14547 )
6 months ago
github-actions[bot]
47391ea8fb
📝 Update release notes
[skip ci]
6 months ago
Sebastián Ramírez
3b1b4f034b
🔨 Update LLM translation script to guide reviewers to change the prompt ( #14614 )
6 months ago
github-actions[bot]
f362fdc234
📝 Update release notes
[skip ci]
6 months ago
github-actions[bot]
4ce34686d9
📝 Update release notes
[skip ci]
6 months ago
Sebastián Ramírez
dbe83f3919
🔧 Add LLM prompt file for Traditional Chinese, generated from the existing translations ( #14550 )
Co-authored-by: W. H. Wang <[email protected] >
6 months ago
github-actions[bot]
13743e115a
📝 Update release notes
[skip ci]
6 months ago
Sebastián Ramírez
52842fb8d3
🔧 Add LLM prompt file for Simplified Chinese, generated from the existing translations ( #14549 )
Co-authored-by: 史雲昔 (Vincy SHI) <[email protected] >
6 months ago
Sebastián Ramírez
4d4fb28f9f
👷 Do not run translations on cron while finishing updating existing languages ( #14613 )
6 months ago
github-actions[bot]
a1735d6d11
📝 Update release notes
[skip ci]
6 months ago
Sebastián Ramírez
1b42639296
🔥 Remove test variants for Pydantic v1 in test_request_params ( #14612 )
6 months ago
github-actions[bot]
ded035a421
📝 Update release notes
[skip ci]
6 months ago
Sebastián Ramírez
44c849c4fc
🔥 Remove Pydantic v1 specific test variants ( #14611 )
6 months ago
Sebastián Ramírez
8322a4445a
🔖 Release version 0.128.0
6 months ago
github-actions[bot]
4b2cfcfd34
📝 Update release notes
[skip ci]
6 months ago
Sebastián Ramírez
e300630551
➖ Drop support for `pydantic.v1` ( #14609 )
6 months ago
github-actions[bot]
1b3bea8b6b
📝 Update release notes
[skip ci]
6 months ago
Sebastián Ramírez
34e884156f
✅ Run performance tests only on Pydantic v2 ( #14608 )
6 months ago
Sebastián Ramírez
cd90c78391
🔖 Release version 0.127.1
6 months ago
github-actions[bot]
93f4dfd88b
📝 Update release notes
[skip ci]
6 months ago
Sebastián Ramírez
535b5daa31
🔊 Add a custom `FastAPIDeprecationWarning` ( #14605 )
6 months ago
github-actions[bot]
6b53786f62
📝 Update release notes
[skip ci]
6 months ago
Sebastián Ramírez
d98f4eb56e
🔧 Update pre-commit to use local Ruff instead of hook ( #14604 )
6 months ago
github-actions[bot]
8cefc4b7cc
📝 Update release notes
[skip ci]
6 months ago
Motov Yurii
3063ada72f
✅ Add missing tests for code examples ( #14569 )
Co-authored-by: Sebastián Ramírez <[email protected] >
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nils-Hero Lindemann <[email protected] >
6 months ago
github-actions[bot]
5eb8d6ed8a
📝 Update release notes
[skip ci]
6 months ago
Nils-Hero Lindemann
7c751a2e1c
🌐 Update translations for de (update-outdated) ( #14602 )
* Sync with #14600
* A few changes
The LLM suggested a few changes when retranslating the document, these are the good ones.
I also added a term to the llm prompt, the LLM instead used just "Abdeckung", which is too broad in this context.
6 months ago