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

๐ŸŒ Add Turkish translation for `docs/tr/docs/tutorial/response-status-code.md` [Original File](https://github.com/tiangolo/fastapi/blob/master/docs/en/docs/tutorial/response-status-code.md) Discussion: #9193

lang-all
awaiting-review
lang-tr

๐ŸŒ Add Turkish translation for `docs/tr/docs/deployment/cloud.md` [Original File](https://github.com/tiangolo/fastapi/blob/master/docs/en/docs/deployment/cloud.md) Discussion: #9193

lang-all
lang-tr
approved-1

๐ŸŒ Add Turkish translation for `docs/tr/docs/advanced/security/index.md` [Original File](https://github.com/tiangolo/fastapi/blob/master/docs/en/docs/advanced/security/index.md) Discussion: #9193

lang-all
awaiting-review
lang-tr

๐ŸŒ Add Turkish translation for `docs/tr/docs/advanced/testing-websockets.md` [Original File](https://github.com/tiangolo/fastapi/blob/master/docs/en/docs/advanced/testing-websockets.md) Discussion: #9193

lang-all
awaiting-review
lang-tr

๐ŸŒ Add Turkish translation for `docs/tr/docs/advanced/index.md` [Original File](https://github.com/tiangolo/fastapi/blob/master/docs/en/docs/advanced/index.md) Discussion: #9193

lang-all
awaiting-review
lang-tr

### Privileged issue - [X] I'm @tiangolo or he asked me directly to create an issue here. ### Issue Content ### Operating System Windows ### FastAPI Version 0.109.1 ### Pydantic...

Fix some translation errors. Update below sections to latest version: - Install dependencies - Using Jinja2Templates - Writing templates

lang-all
lang-zh
awaiting-review

Add a link to my FastAPI article, written in spanish, from my blog Coffee bytes and my author page.

docs

## Context https://github.com/pydantic/pydantic/pull/9495 introduces passing context to `TypeAdapter` models. ## Problem Some fastapi based projects use model definitions that have multiple uses, and serializing for an API response is only...