Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update with upstream #1

Open
wants to merge 2,826 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
2826 commits
Select commit Hold shift + click to select a range
be7e7d4
⬆ Update sqlalchemy requirement
dependabot[bot] Aug 16, 2024
daf4970
📝 Clarify management tasks for translations, multiples files in one P…
tiangolo Aug 16, 2024
7ed9a49
📝 Update release notes
invalid-email-address Aug 16, 2024
9c9ccce
Merge branch 'master' into dependabot/pip/sqlalchemy-gte-1.3.18-and-l…
estebanx64 Aug 16, 2024
8c85b8f
Merge pull request #11979 from fastapi/dependabot/pip/sqlalchemy-gte-…
estebanx64 Aug 16, 2024
beedc72
📝 Update release notes
invalid-email-address Aug 16, 2024
8a146b7
🔥 Remove Sentry link from Advanced Middleware docs (#12031)
alejsdev Aug 16, 2024
8b05d45
📝 Update release notes
invalid-email-address Aug 16, 2024
957d747
📝 Highlight correct line in tutorial `docs/en/docs/tutorial/body-mult…
svlandeg Aug 17, 2024
263e46e
📝 Update release notes
invalid-email-address Aug 17, 2024
4a7f6e0
🔨 Standardize shebang across shell scripts (#11942)
gitworkflows Aug 17, 2024
6433c3b
📝 Update release notes
invalid-email-address Aug 17, 2024
3a3ad5d
⬆️ Upgrade version of Ruff and reformat (#12032)
tiangolo Aug 17, 2024
980c88c
📝 Update release notes
invalid-email-address Aug 17, 2024
659350e
🎨 Fix typing annotation for semi-internal `FastAPI.add_api_route()` (…
ordinary-jamie Aug 17, 2024
6aa0435
📝 Update release notes
invalid-email-address Aug 17, 2024
ff1118d
🌐 Update Urdu translation for `docs/ur/docs/benchmarks.md` (#10046)
AhsanSheraz Aug 17, 2024
066ea10
📝 Update release notes
invalid-email-address Aug 17, 2024
85cded5
✏️ Fix import typo in reference example for `Security` (#11168)
0shah0 Aug 17, 2024
882f77f
📝 Update release notes
invalid-email-address Aug 17, 2024
9bfc48a
📝 Update FastAPI People, do not translate to have the most recent inf…
tiangolo Aug 17, 2024
0da0814
📝 Update release notes
invalid-email-address Aug 17, 2024
4f1eb0c
🔧 Update coverage config files (#12035)
tiangolo Aug 18, 2024
6ebaf0e
📝 Update release notes
invalid-email-address Aug 18, 2024
0e77481
📝 Move the Features docs to the top level to improve the main page me…
tiangolo Aug 18, 2024
98712b9
📝 Update release notes
invalid-email-address Aug 18, 2024
bcd737d
📝 Add Asyncer mention in async docs (#12037)
tiangolo Aug 18, 2024
ae97785
📝 Update release notes
invalid-email-address Aug 18, 2024
f0866bc
🌐 Update docs about dependencies with yield (#12028)
xuvjso Aug 19, 2024
63ae0f1
📝 Update release notes
invalid-email-address Aug 19, 2024
6ba8407
📝 Update Spanish translation docs for consistency (#12044)
alejsdev Aug 19, 2024
e832222
📝 Update release notes
invalid-email-address Aug 19, 2024
f4dfbae
⬆ [pre-commit.ci] pre-commit autoupdate (#12046)
pre-commit-ci[bot] Aug 20, 2024
2d34086
📝 Update release notes
invalid-email-address Aug 20, 2024
34e6e63
🌐 Add Japanese translation for `docs/ja/docs/learn/index.md` (#11592)
ukwhatn Aug 21, 2024
2fe0576
📝 Update release notes
invalid-email-address Aug 21, 2024
38ff43b
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/request_file.…
Joao-Pedro-P-Holanda Aug 21, 2024
4f3381a
📝 Update release notes
invalid-email-address Aug 21, 2024
705659b
📝 Add docs about Environment Variables and Virtual Environments (#12054)
tiangolo Aug 22, 2024
d0ce9d2
📝 Update release notes
invalid-email-address Aug 22, 2024
866c698
Merge branch 'master' into docs/edit-timer-in-middleware
estebanx64 Aug 22, 2024
8f03716
📝 Fix a typo in virtual environement page (#12064)
aymenkrifa Aug 24, 2024
6935fe8
📝 Update release notes
invalid-email-address Aug 24, 2024
22bf988
📝 Update release notes
tiangolo Aug 24, 2024
3a4ac24
🐛 Ensure that `app.include_router` merges nested lifespans (#9630)
Lancetnik Aug 24, 2024
48b36f2
📝 Update release notes
invalid-email-address Aug 24, 2024
51b625e
🐛 Fix `allow_inf_nan` option for Param and Body classes (#11867)
giunio-prc Aug 24, 2024
b69a9f3
📝 Update release notes
invalid-email-address Aug 24, 2024
d00af00
🔖 Release version 0.112.2
tiangolo Aug 24, 2024
9656895
📝 Add note in Docker docs about ensuring graceful shutdowns and lifes…
GPla Aug 24, 2024
e4727ed
📝 Update release notes
invalid-email-address Aug 24, 2024
6aa44a8
📝 Fix minor typos and issues in the documentation (#12063)
svlandeg Aug 24, 2024
d8e526c
📝 Update release notes
invalid-email-address Aug 24, 2024
c692176
📝 Clarify `response_class` parameter, validations, and returning a re…
tiangolo Aug 25, 2024
b5cbff9
📝 Update release notes
invalid-email-address Aug 25, 2024
bd1b775
📝 Update docs about serving FastAPI: ASGI servers, Docker containers,…
tiangolo Aug 25, 2024
3a96938
📝 Update release notes
invalid-email-address Aug 25, 2024
5fdbeed
👷 Update `latest-changes` GitHub Action (#12073)
tiangolo Aug 26, 2024
9416e89
📝 Update release notes
invalid-email-address Aug 26, 2024
f41f623
🌐 Update Chinese translation for `docs/zh/docs/how-to/index.md` (#12070)
synthpop123 Aug 28, 2024
be9abcf
📝 Update release notes
invalid-email-address Aug 28, 2024
4909e44
⬆ [pre-commit.ci] pre-commit autoupdate (#12076)
pre-commit-ci[bot] Aug 28, 2024
48bf0db
📝 Update release notes
invalid-email-address Aug 28, 2024
cabed9e
📝 Update comma in `docs/en/docs/async.md` (#12062)
Alec-Gillis Aug 28, 2024
a930128
📝 Update release notes
invalid-email-address Aug 28, 2024
9b35d35
📝 Update `docs_src/path_params_numeric_validations/tutorial006.py` (#…
MuhammadAshiqAmeer Aug 28, 2024
3332895
📝 Update release notes
invalid-email-address Aug 28, 2024
ae27540
🌐 Add Dutch translation for `docs/nl/docs/index.md` (#12042)
svlandeg Aug 28, 2024
ffa6d2e
📝 Update release notes
invalid-email-address Aug 28, 2024
4cf3421
🔧 Update sponsors, remove Kong (#12085)
tiangolo Aug 29, 2024
17a2914
📝 Update release notes
invalid-email-address Aug 29, 2024
6e98249
📝 Fix async test example not to trigger DeprecationWarning (#12084)
marcinsulikowski Aug 30, 2024
4eec14f
📝 Update release notes
invalid-email-address Aug 30, 2024
9519380
🔧 Update sponsors: Coherence (#12093)
tiangolo Aug 30, 2024
a2458d5
📝 Update release notes
invalid-email-address Aug 30, 2024
6ca7b8c
Merge branch 'master' into docs/edit-timer-in-middleware
estebanx64 Aug 31, 2024
1b5984b
Merge pull request #11957 from domdent/docs/edit-timer-in-middleware
estebanx64 Aug 31, 2024
5827b92
📝 Update release notes
invalid-email-address Aug 31, 2024
c37f2c9
📝 Add note about `time.perf_counter()` in middlewares (#12095)
tiangolo Aug 31, 2024
6c8a205
📝 Update release notes
invalid-email-address Aug 31, 2024
0077af9
🔧 Update labeler config to handle sponsorships data (#12096)
tiangolo Aug 31, 2024
83422b1
📝 Update release notes
invalid-email-address Aug 31, 2024
eebc6c3
🔧 Update sponsors link: Coherence (#12097)
tiangolo Aug 31, 2024
47b3351
📝 Update release notes
invalid-email-address Aug 31, 2024
581aacc
♻️ Refactor and simplify dependencies data structures with dataclasse…
tiangolo Aug 31, 2024
75c4e7f
📝 Update release notes
invalid-email-address Aug 31, 2024
08547e1
♻️ Refactor and simplify internal `analyze_param()` to structure data…
tiangolo Aug 31, 2024
8d7d89e
📝 Update release notes
invalid-email-address Aug 31, 2024
5b7fa39
♻️ Refactor and simplify internal data from `solve_dependencies()` us…
tiangolo Aug 31, 2024
3660c7a
📝 Update release notes
invalid-email-address Aug 31, 2024
d08b95e
♻️ Rename internal `create_response_field()` to `create_model_field()…
tiangolo Aug 31, 2024
d5c6cf8
📝 Update release notes
invalid-email-address Aug 31, 2024
23bda0f
♻️ Refactor internal `check_file_field()`, rename to `ensure_multipar…
tiangolo Sep 1, 2024
b203d7a
📝 Update release notes
invalid-email-address Sep 1, 2024
92bdfbc
⬆ Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0 (#12112)
dependabot[bot] Sep 2, 2024
17f1f7b
📝 Update release notes
invalid-email-address Sep 2, 2024
b63b418
💚 Set `include-hidden-files` to `True` when using the `upload-artifac…
svlandeg Sep 2, 2024
a6ad088
📝 Update release notes
invalid-email-address Sep 2, 2024
6b3d1c6
⬆ Bump pillow from 10.3.0 to 10.4.0 (#12105)
dependabot[bot] Sep 3, 2024
7537bac
📝 Update release notes
invalid-email-address Sep 3, 2024
c1c5733
🌐 Add Portuguese translation for `docs/pt/docs/advanced/security/inde…
ceb10n Sep 3, 2024
e26229e
🌐 Add Portuguese translation for `docs/pt/docs/advanced/testing-event…
ceb10n Sep 3, 2024
56cfecc
📝 Update release notes
invalid-email-address Sep 3, 2024
7d69943
📝 Update release notes
invalid-email-address Sep 3, 2024
7eae925
⬆ Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.1 (#12120)
dependabot[bot] Sep 3, 2024
560c432
📝 Update release notes
invalid-email-address Sep 3, 2024
3feed9d
🌐 Add Dutch translation for `docs/nl/docs/features.md` (#12101)
maxscheijen Sep 3, 2024
cbdc58b
📝 Update release notes
invalid-email-address Sep 3, 2024
f42fd9a
📝 Add External Link: Techniques and applications of SQLAlchemy global…
TheShubhendra Sep 3, 2024
9b2a933
📝 Update release notes
invalid-email-address Sep 3, 2024
1f64a1b
⬆ [pre-commit.ci] pre-commit autoupdate (#12115)
pre-commit-ci[bot] Sep 5, 2024
68e5ef6
📝 Update release notes
invalid-email-address Sep 5, 2024
7213d42
🔖 Release version 0.112.3
tiangolo Sep 5, 2024
aa21814
♻️ Refactor deciding if `embed` body fields, do not overwrite fields,…
tiangolo Sep 5, 2024
832e634
📝 Update release notes
invalid-email-address Sep 5, 2024
0f3e65b
✨ Add support for Pydantic models in `Form` parameters (#12127)
tiangolo Sep 5, 2024
ccb19c4
📝 Update release notes
invalid-email-address Sep 5, 2024
8e6cf9e
⏪️ Temporarily revert "✨ Add support for Pydantic models in `Form` pa…
tiangolo Sep 5, 2024
b69e8b2
📝 Update release notes
invalid-email-address Sep 5, 2024
8224add
📝 Update release notes
tiangolo Sep 5, 2024
96c7e7e
📝 Update release notes
tiangolo Sep 5, 2024
999eeb6
🔖 Release version 0.112.4
tiangolo Sep 5, 2024
965fc83
📝 Update release notes
tiangolo Sep 5, 2024
7bad7c0
✨ Add support for Pydantic models in `Form` parameters (#12129)
tiangolo Sep 5, 2024
e787f85
📝 Update release notes
invalid-email-address Sep 5, 2024
afdda4e
🔧 Update sponsors: Coherence link (#12130)
tiangolo Sep 5, 2024
179f838
📝 Update release notes
invalid-email-address Sep 5, 2024
d86f660
🔖 Release version 0.113.0
tiangolo Sep 5, 2024
c411b81
✅ Update internal tests for latest Pydantic, including CI tweaks to i…
tiangolo Sep 6, 2024
1b06b53
📝 Update release notes
invalid-email-address Sep 6, 2024
4633b1b
✨ Add support for forbidding extra form fields with Pydantic models (…
tiangolo Sep 6, 2024
a11e392
📝 Update release notes
invalid-email-address Sep 6, 2024
4ff22a0
📝 Update docs, Form Models section title, to match config name (#12152)
tiangolo Sep 6, 2024
e68d8c6
📝 Update release notes
invalid-email-address Sep 6, 2024
74842f0
📝 Update release notes
tiangolo Sep 6, 2024
bde12fa
🔖 Release version 0.114.0
tiangolo Sep 6, 2024
b60d36e
✏️ Fix typo in `fastapi/params.py` (#12143)
surreal30 Sep 6, 2024
4b9e5b3
📝 Update release notes
invalid-email-address Sep 6, 2024
edb5841
👷 Update `issue-manager.yml` (#12159)
tiangolo Sep 7, 2024
b501fc6
📝 Update release notes
invalid-email-address Sep 7, 2024
ec2a508
🌐 Add Korean translation for `docs/ko/docs/project-generation.md` (#1…
BORA040126 Sep 7, 2024
3a4431b
📝 Update release notes
invalid-email-address Sep 7, 2024
270aef7
📝 Remove duplicate line in docs for `docs/en/docs/environment-variabl…
prometek Sep 8, 2024
c49c4e7
📝 Update release notes
invalid-email-address Sep 8, 2024
a67167d
⬆ [pre-commit.ci] pre-commit autoupdate (#12176)
pre-commit-ci[bot] Sep 9, 2024
da4670c
📝 Update release notes
invalid-email-address Sep 9, 2024
fc601bc
⬆ Bump tiangolo/issue-manager from 0.5.0 to 0.5.1 (#12173)
dependabot[bot] Sep 10, 2024
bc715d5
📝 Update release notes
invalid-email-address Sep 10, 2024
80e2cd1
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/debugging.md`…
marcelomarkus Sep 10, 2024
73d4f34
📝 Update release notes
invalid-email-address Sep 10, 2024
a4a7925
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/testing.md` (…
marcelomarkus Sep 10, 2024
e69ba26
🌐 Add Portuguese translation for `docs/pt/docs/environment-variables.…
marcelomarkus Sep 10, 2024
944b6e5
🌐 Add Portuguese translation for `docs/pt/docs/virtual-environments.m…
marcelomarkus Sep 10, 2024
eb45bad
📝 Update release notes
invalid-email-address Sep 10, 2024
a4c5f7f
📝 Update release notes
invalid-email-address Sep 10, 2024
7445118
📝 Update release notes
invalid-email-address Sep 10, 2024
b0eedbb
⚡️ Improve performance in request body parsing with a cache for inter…
tiangolo Sep 11, 2024
8dc882f
📝 Update release notes
invalid-email-address Sep 11, 2024
212fd5e
🔖 Release version 0.114.1
tiangolo Sep 11, 2024
24b8f26
➕ Add inline-snapshot for tests (#12189)
tiangolo Sep 11, 2024
ba0bb62
📝 Update release notes
invalid-email-address Sep 11, 2024
c8e644d
🌐 Add Dutch translation for `docs/nl/docs/python-types.md` (#12158)
maxscheijen Sep 12, 2024
492943f
📝 Update release notes
invalid-email-address Sep 12, 2024
4a94fe3
🌐 Add Chinese translation for `docs/zh/docs/project-generation.md` (#…
waketzheng Sep 12, 2024
93e50e3
📝 Update release notes
invalid-email-address Sep 12, 2024
e50faca
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/request-form-…
ceb10n Sep 12, 2024
ed66d70
📝 Update release notes
invalid-email-address Sep 12, 2024
2a43511
💡 Add comments with instructions for Playwright screenshot scripts (#…
tiangolo Sep 13, 2024
0fc6e34
📝 Update release notes
invalid-email-address Sep 13, 2024
88d4f2c
🐛 Fix form field regression (#12194)
Wurstnase Sep 13, 2024
3a5fd71
📝 Update release notes
invalid-email-address Sep 13, 2024
2ada161
🔖 Release version 0.114.2
tiangolo Sep 13, 2024
8eb3c56
🌐 Add Portuguese translation for `docs/pt/docs/advanced/security/http…
ceb10n Sep 15, 2024
35df20c
📝 Update release notes
invalid-email-address Sep 15, 2024
4b2b14a
⬆ [pre-commit.ci] pre-commit autoupdate (#12204)
pre-commit-ci[bot] Sep 16, 2024
0903da7
📝 Update release notes
invalid-email-address Sep 16, 2024
55035f4
✨ Add support for Pydantic models for parameters using `Query`, `Cook…
tiangolo Sep 17, 2024
7eadeb6
📝 Update release notes
invalid-email-address Sep 17, 2024
b36047b
📝 Update release notes
tiangolo Sep 17, 2024
40e33e4
🔖 Release version 0.115.0
tiangolo Sep 17, 2024
42e0e36
📝 Fix small typos in the documentation (#12213)
svlandeg Sep 18, 2024
4d6cab3
📝 Update release notes
invalid-email-address Sep 18, 2024
6cc2441
✏️ Fix docstring typos in http security (#12223)
albertvillanova Sep 19, 2024
7c6f2f8
📝 Update release notes
invalid-email-address Sep 19, 2024
97ac228
🌐 Add Portuguese translation for `docs/pt/docs/how-to/configure-swagg…
marcelomarkus Sep 20, 2024
cf93157
📝 Update release notes
invalid-email-address Sep 20, 2024
0b1da2d
🌐 Add Portuguese translation for `docs/pt/docs/deployment/server-work…
marcelomarkus Sep 20, 2024
4e3db0b
📝 Update release notes
invalid-email-address Sep 20, 2024
b1024e7
🌐 Add Portuguese translation for `docs/pt/docs/deployment/manually.md…
JoaoGustavoRogel Sep 20, 2024
2459a00
📝 Update release notes
invalid-email-address Sep 20, 2024
6aefc31
🌐 Add Dutch translation for `docs/nl/docs/environment-variables.md` (…
maxscheijen Sep 20, 2024
13e2022
📝 Update release notes
invalid-email-address Sep 20, 2024
2cdf111
✏️ Fix typo in `docs/es/docs/python-types.md` (#12235)
JavierSanchezCastro Sep 20, 2024
f6dfb83
📝 Update release notes
invalid-email-address Sep 20, 2024
6a2ad70
🌐 Add Portuguese translation for `docs/pt/docs/deployment/cloud.md` (…
marcelomarkus Sep 21, 2024
9606b91
📝 Update release notes
invalid-email-address Sep 21, 2024
d9e989e
⬆ [pre-commit.ci] pre-commit autoupdate (#12253)
pre-commit-ci[bot] Sep 24, 2024
10f3cb5
📝 Update release notes
invalid-email-address Sep 24, 2024
bb018fc
🔧 Update sponsors, remove Fine.dev (#12271)
tiangolo Sep 26, 2024
847296e
📝 Update release notes
invalid-email-address Sep 26, 2024
f0ebae6
🌐 Update Portuguese translation for `docs/pt/docs/advanced/security/…
andersonrocha0 Oct 4, 2024
919721c
📝 Update release notes
invalid-email-address Oct 4, 2024
0030f17
🌐 Fix Korean translation for `docs/ko/docs/tutorial/index.md` (#12278)
kkotipy Oct 4, 2024
ca68c99
🌐 Update Portuguese translation for `docs/pt/docs/tutorial/cookie-par…
ceb10n Oct 4, 2024
ed477ee
📝 Update release notes
invalid-email-address Oct 4, 2024
69921b4
🌐 Add Portuguese translation for `docs/pt/docs/advanced/response-dire…
Joao-Pedro-P-Holanda Oct 4, 2024
98d190f
📝 Update release notes
invalid-email-address Oct 4, 2024
b1c03ba
📝 Update release notes
invalid-email-address Oct 4, 2024
fa50b0c
🌐 Add Portuguese translation for `docs/pt/docs/how-to/conditional-ope…
marcelomarkus Oct 4, 2024
17e2344
🌐 Add Portuguese translation for `docs/pt/docs/deployment/concepts.md…
marcelomarkus Oct 4, 2024
304f514
📝 Update release notes
invalid-email-address Oct 4, 2024
5820d42
📝 Update release notes
invalid-email-address Oct 4, 2024
0e7806e
🌐 Add Portuguese translation for `docs/pt/docs/advanced/security/oaut…
ceb10n Oct 4, 2024
e2217e2
📝 Update release notes
invalid-email-address Oct 4, 2024
a681aeb
🌐 Add Portuguese translation for `docs/pt/docs/how-to/graphql.md` (#1…
AnandaCampelo Oct 4, 2024
c93810e
📝 Adding links for Playwright and Vite in `docs/project-generation.md…
kayqueGovetri Oct 4, 2024
c08b80d
📝 Update release notes
invalid-email-address Oct 4, 2024
3d24833
📝 Update release notes
invalid-email-address Oct 4, 2024
a096615
⬆ [pre-commit.ci] pre-commit autoupdate (#12331)
pre-commit-ci[bot] Oct 4, 2024
f2fb025
📝 Update release notes
invalid-email-address Oct 4, 2024
3f3a3dd
📝 Update link to Swagger UI configuration docs (#12264)
makisukurisu Oct 4, 2024
d12db0b
📝 Update release notes
invalid-email-address Oct 4, 2024
8953d9a
⬆ Bump griffe-typingdoc from 0.2.6 to 0.2.7 (#12370)
dependabot[bot] Oct 4, 2024
deec2e5
📝 Update release notes
invalid-email-address Oct 4, 2024
757eaac
⬆ Bump mkdocstrings[python] from 0.25.1 to 0.26.1 (#12371)
dependabot[bot] Oct 4, 2024
82b95dc
📝 Update release notes
invalid-email-address Oct 4, 2024
caa298a
⬆ Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.3 (#12386)
dependabot[bot] Oct 4, 2024
ea1265b
📝 Update release notes
invalid-email-address Oct 4, 2024
9d6ec4a
👷 Update Cloudflare GitHub Action (#12387)
tiangolo Oct 5, 2024
ad8b3ba
📝 Update release notes
invalid-email-address Oct 5, 2024
1705a8c
👷 Update deploy-docs-notify URL (#12392)
tiangolo Oct 6, 2024
c67b415
📝 Update release notes
invalid-email-address Oct 6, 2024
0f7d67e
🔧 Remove `base_path` for `mdx_include` Markdown extension in MkDocs (…
tiangolo Oct 6, 2024
b36b7df
📝 Update release notes
invalid-email-address Oct 6, 2024
e62960e
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/cookie-param-…
ceb10n Oct 7, 2024
3f8a527
📝 Update release notes
invalid-email-address Oct 7, 2024
e9c6408
📝 Add External Link: How to profile a FastAPI asynchronous request (#…
brouberol Oct 7, 2024
31aec09
📝 Update release notes
invalid-email-address Oct 7, 2024
b45192c
👷 Tweak labeler to not override custom labels (#12398)
tiangolo Oct 7, 2024
e45b5d3
📝 Update release notes
invalid-email-address Oct 7, 2024
797cad7
📝 Fix extra mdx-base-path paths (#12397)
tiangolo Oct 7, 2024
ecc4133
📝 Update release notes
invalid-email-address Oct 7, 2024
95f167f
➕ Add docs dependency: markdown-include-variants (#12399)
tiangolo Oct 7, 2024
6345147
📝 Update release notes
invalid-email-address Oct 7, 2024
018e303
🔧 Add speakeasy-api to `sponsors_badge.yml` (#12404)
tiangolo Oct 8, 2024
fcb15b4
📝 Update release notes
invalid-email-address Oct 8, 2024
40490ab
♻️ Update type annotations for improved `python-multipart` (#12407)
tiangolo Oct 8, 2024
a94d61b
📝 Update release notes
invalid-email-address Oct 8, 2024
c6dfdb8
🔨 Add script to generate variants of files (#12405)
tiangolo Oct 8, 2024
13a18f8
📝 Update release notes
invalid-email-address Oct 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 0 additions & 5 deletions .flake8

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
name: Question or Problem
description: Ask a question or ask about a problem
labels: [question]
body:
- type: markdown
Expand All @@ -8,37 +6,37 @@ body:
Thanks for your interest in FastAPI! 🚀

Please follow these instructions, fill every question, and do every step. 🙏
I'm asking this because answering questions and solving problems in GitHub issues is what consumes most of the time.
I end up not being able to add new features, fix bugs, review pull requests, etc. as fast as I wish because I have to spend too much time handling issues.

I'm asking this because answering questions and solving problems in GitHub is what consumes most of the time.

I end up not being able to add new features, fix bugs, review pull requests, etc. as fast as I wish because I have to spend too much time handling questions.

All that, on top of all the incredible help provided by a bunch of community members, the [FastAPI Experts](https://fastapi.tiangolo.com/fastapi-people/#experts), that give a lot of their time to come here and help others.

That's a lot of work they are doing, but if more FastAPI users came to help others like them just a little bit more, it would be much less effort for them (and you and me 😅).

By asking questions in a structured way (following this) it will be much easier to help you.

And there's a high chance that you will find the solution along the way and you won't even have to submit it and wait for an answer. 😎

As there are too many issues with questions, I'll have to close the incomplete ones. That will allow me (and others) to focus on helping people like you that follow the whole process and help us help you. 🤓
As there are too many questions, I'll have to discard and close the incomplete ones. That will allow me (and others) to focus on helping people like you that follow the whole process and help us help you. 🤓
- type: checkboxes
id: checks
attributes:
label: First Check
description: Please confirm and check all the following options.
options:
- label: I added a very descriptive title to this issue.
- label: I added a very descriptive title here.
required: true
- label: I used the GitHub search to find a similar issue and didn't find it.
- label: I used the GitHub search to find a similar question and didn't find it.
required: true
- label: I searched the FastAPI documentation, with the integrated search.
required: true
- label: I already searched in Google "How to X in FastAPI" and didn't find any information.
required: true
- label: I already read and followed all the tutorial in the docs and didn't find an answer.
required: true
- label: I already checked if it is not related to FastAPI but to [Pydantic](https://github.com/samuelcolvin/pydantic).
- label: I already checked if it is not related to FastAPI but to [Pydantic](https://github.com/pydantic/pydantic).
required: true
- label: I already checked if it is not related to FastAPI but to [Swagger UI](https://github.com/swagger-api/swagger-ui).
required: true
Expand All @@ -50,10 +48,10 @@ body:
label: Commit to Help
description: |
After submitting this, I commit to one of:
* Read open issues with questions until I find 2 issues where I can help someone and add a comment to help there.

* Read open questions until I find 2 where I can help someone and add a comment to help there.
* I already hit the "watch" button in this repository to receive notifications and I commit to help at least 2 people that ask questions in the future.
* Implement a Pull Request for a confirmed bug.
* Review one Pull Request by downloading the code and following [all the review process](https://fastapi.tiangolo.com/help-fastapi/#review-pull-requests).

options:
- label: I commit to help with one of those options 👆
Expand Down Expand Up @@ -125,6 +123,20 @@ body:
```
validations:
required: true
- type: input
id: pydantic-version
attributes:
label: Pydantic Version
description: |
What Pydantic version are you using?

You can find the Pydantic version with:

```bash
python -c "import pydantic; print(pydantic.version.VERSION)"
```
validations:
required: true
- type: input
id: python-version
attributes:
Expand Down
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,15 @@ blank_issues_enabled: false
contact_links:
- name: Security Contact
about: Please report security vulnerabilities to [email protected]
- name: Question or Problem
about: Ask a question or ask about a problem in GitHub Discussions.
url: https://github.com/fastapi/fastapi/discussions/categories/questions
- name: Feature Request
about: To suggest an idea or ask about a feature, please start with a question saying what you would like to achieve. There might be a way to do it already.
url: https://github.com/fastapi/fastapi/discussions/categories/questions
- name: Show and tell
about: Show what you built with FastAPI or to be used with FastAPI.
url: https://github.com/fastapi/fastapi/discussions/categories/show-and-tell
- name: Translations
about: Coordinate translations in GitHub Discussions.
url: https://github.com/fastapi/fastapi/discussions/categories/translations
181 changes: 0 additions & 181 deletions .github/ISSUE_TEMPLATE/feature-request.yml

This file was deleted.

22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/privileged.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Privileged
description: You are @tiangolo or he asked you directly to create an issue here. If not, check the other options. 👇
body:
- type: markdown
attributes:
value: |
Thanks for your interest in FastAPI! 🚀

If you are not @tiangolo or he didn't ask you directly to create an issue here, please start the conversation in a [Question in GitHub Discussions](https://github.com/fastapi/fastapi/discussions/categories/questions) instead.
- type: checkboxes
id: privileged
attributes:
label: Privileged issue
description: Confirm that you are allowed to create an issue here.
options:
- label: I'm @tiangolo or he asked me directly to create an issue here.
required: true
- type: textarea
id: content
attributes:
label: Issue Content
description: Add the content of the issue here.
7 changes: 0 additions & 7 deletions .github/actions/comment-docs-preview-in-pr/Dockerfile

This file was deleted.

13 changes: 0 additions & 13 deletions .github/actions/comment-docs-preview-in-pr/action.yml

This file was deleted.

Loading