fastapi icon indicating copy to clipboard operation
fastapi copied to clipboard

FastAPI framework, high performance, easy to learn, fast to code, ready for production

Results 724 fastapi issues
Sort by recently updated
recently updated
newest added

### Describe the bug Schema that is generated in FasAPI `/docs` endpoint is generated with alias rather than the model field when in the route configuration it is specified the...

bug

updates: - [github.com/asottile/pyupgrade: v2.37.1 → v2.37.3](https://github.com/asottile/pyupgrade/compare/v2.37.1...v2.37.3)

### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....

question

Translates docs/zh/docs/tutorial/sql-databases.md and add deploy menu in Chinese. related: https://github.com/tiangolo/fastapi/issues/1228

lang-all
lang-zh
awaiting review

### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....

question

### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....

question

*edited* due to change from flag based approach in the route to an optional property on the dataclasses. As detailed in #3616, SQLAlchemy dataclasses don't work nicely with the new...

investigate

Fixes https://github.com/tiangolo/fastapi/issues/5166

Doc improvement for avoiding issues when installing dependencies as contributor.

New way to document the API using Stoplight Elements. https://stoplight.io/open-source/elements The user will be able to use all of the featuers that this product offers.(https://meta.stoplight.io/docs/elements/b074dc47b2826-elements-configuration-options) This PR includes a custom...

investigate