github-actions
b78887f3d3
📝 Update release notes
[skip ci]
1 month ago
Ben Beasley
cc1f5de03c
⬆️ Bump Starlette to allow up to 0.46.0: `>=0.40.0,<0.47.0` ( #13426 )
Co-authored-by: Sofie Van Landeghem <[email protected] >
1 month ago
Sebastián Ramírez
d90030c1e2
🔖 Release version 0.115.9
1 month ago
github-actions
3639fb00be
📝 Update release notes
[skip ci]
1 month ago
alv2017
7eabff43de
✅ Fix a minor bug in the test `tests/test_modules_same_name_body/test_main.py` ( #13411 )
1 month ago
github-actions
a27fb4764b
📝 Update release notes
[skip ci]
1 month ago
Sebastián Ramírez
7710a34800
🍱 Update sponsors: CodeRabbit logo ( #13424 )
1 month ago
github-actions
6320832178
📝 Update release notes
[skip ci]
1 month ago
Joakim Nordling
26f27982ac
👷 Use `wrangler-action` v3 ( #13415 )
1 month ago
github-actions
d974fbdda0
📝 Update release notes
[skip ci]
1 month ago
Arthur Rio
ccc7c8fef9
🐛 Ensure that `HTTPDigest` only raises an exception when `auto_error is True` ( #2939 )
Co-authored-by: svlandeg <[email protected] >
1 month ago
Joakim Nordling
f4b2ff41bc
Update tests
1 month ago
Joakim Nordling
d8f03e2c0a
Update ReDoc to 2.4.0
I decided to update the PR to use the latest released 2.4.0 version of ReDoc since we've not heard anything back yet. I also noticed there were some new translations added, so updated the texts in them as well (fortunately only code stuff was needed, as I don't know all those languages).
A bit of a question of course if we should use `[email protected] ` or just `redoc@2`. If you feel like using the `@2` instead, feel free to update or request me to update.
1 month ago
Joakim Nordling
46bea2d1e9
Merge branch 'master' into feature/stbale-redoc
1 month ago
github-actions
b021569913
📝 Update release notes
[skip ci]
2 months ago
Valentyn
48676b4f11
🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/header-params.md` ( #13381 )
2 months ago
github-actions
b1102e2388
📝 Update release notes
[skip ci]
2 months ago
Valentyn
31920eff62
🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/request-files.md` ( #13395 )
2 months ago
github-actions
4516a48c7c
📝 Update release notes
[skip ci]
2 months ago
Sofie Van Landeghem
f8878f3a98
🩺 Unify the badges across all tutorial translations ( #13329 )
Co-authored-by: Alejandra <[email protected] >
2 months ago
github-actions
5c8fa58fd0
📝 Update release notes
[skip ci]
2 months ago
Sebastián Ramírez
987d2f9a92
🔧 Update sponsors: add CodeRabbit ( #13402 )
2 months ago
github-actions
920110276a
📝 Update release notes
[skip ci]
2 months ago
Valentyn
b397ad9e52
🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/request-form-models.md` ( #13384 )
2 months ago
github-actions
498ba94bfc
📝 Update release notes
[skip ci]
2 months ago
Valentyn
6ebe753908
🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/request-forms-and-files.md` ( #13386 )
2 months ago
github-actions
3aee64b94f
📝 Update release notes
[skip ci]
2 months ago
Aman Kumar
001473ab66
📝 Fix typos in virtual environments documentation ( #13396 )
2 months ago
github-actions
8c9c536c0a
📝 Update release notes
[skip ci]
2 months ago
Sebastián Ramírez
70137c0f7d
🔧 Update team: Add Ludovico ( #13390 )
2 months ago
github-actions
286fd694ea
📝 Update release notes
[skip ci]
2 months ago
Hyogeun Oh (오효근)
e157cf4b96
🐛 Fix issue with Swagger theme change example in the official tutorial ( #13289 )
2 months ago
github-actions
235300c1d2
📝 Update release notes
[skip ci]
2 months ago
Sebastián Ramírez
c868581ce7
🔧 Update sponsors: Add LambdaTest ( #13389 )
2 months ago
github-actions
7e67a91b08
📝 Update release notes
[skip ci]
2 months ago
Haoyu (Daniel) YANG 杨浩宇
e24299b2ff
📝 Add more precise description of HTTP status code range in docs ( #13347 )
2 months ago
github-actions
e24a500292
📝 Update release notes
[skip ci]
2 months ago
alv2017
5451d05bc8
✅ Simplify tests for `query_params_str_validations` ( #13218 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Alejandra <[email protected] >
2 months ago
github-actions
2b3b416122
📝 Update release notes
[skip ci]
2 months ago
Sebastián Ramírez
08b817a842
🔥 Remove manual type annotations in JWT tutorial to avoid typing expectations (JWT doesn't provide more types) ( #13378 )
2 months ago
github-actions
2e788bbbdc
📝 Update release notes
[skip ci]
2 months ago
Sebastián Ramírez
9ec452a154
📝 Update docs for Query Params and String Validations, remove obsolete Ellipsis docs (`...`) ( #13377 )
2 months ago
github-actions
2c937aabef
📝 Update release notes
[skip ci]
2 months ago
alv2017
f6872dd298
✅ Simplify tests for `app_testing` ( #13220 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Alejandra <[email protected] >
2 months ago
github-actions
cbd7b986e7
📝 Update release notes
[skip ci]
2 months ago
alv2017
1e6d95ce6d
✅ Simplify tests for `dependency_testing` ( #13223 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Alejandra <[email protected] >
2 months ago
github-actions
540d8ff398
📝 Update release notes
[skip ci]
2 months ago
Haoyu (Daniel) YANG 杨浩宇
261bc2d387
✏️ Remove duplicate title in docs `body-multiple-params` ( #13345 )
2 months ago
github-actions
db554ca094
📝 Update release notes
[skip ci]
2 months ago
Hyogeun Oh (오효근)
ac893a4446
🌐 Update Korean translation for `docs/ko/docs/help-fastapi.md` ( #13262 )
2 months ago