[python-fastapi] Set python version to 3.10 (#22823)

* set python version to 3.10

* update doc
This commit is contained in:
William Cheng
2026-01-27 14:15:25 +08:00
committed by GitHub
parent 73a486a726
commit 3ed013966b
5 changed files with 8 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ title: Documentation for the python-fastapi Generator
| generator stability | BETA | |
| generator type | SERVER | |
| generator language | Python | |
| generator language version | 3.7 | |
| generator language version | 3.10 | |
| generator default templating engine | mustache | |
| helpTxt | Generates a Python FastAPI server (beta). Models are defined with the pydantic library | |