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/cookie-params.md` [Original File](https://github.com/tiangolo/fastapi/blob/master/docs/en/docs/tutorial/cookie-params.md) Discussion: #9193

lang-all
awaiting-review
lang-tr

FastAPI currently implements the password and authorization code flows. This PR adds the client credentials OAuth flow class.

feature
p3

Update the query-paramas.md in zh/ folder. Update the link for multiple version examples

docs

### Privileged issue - [X] I'm @tiangolo or he asked me directly to create an issue here. ### Issue Content The first time I ran fastapi dev, there was no...

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

lang-all
awaiting-review
lang-tr

Support change docs CDN urls by this way: ```py from fastapi import FastAPI from fastapi.openapi.docs import AssetUrls AssetUrls.swagger_js = 'https://unpkg.com/[email protected]/swagger-ui-bundle.js' AssetUrls.swagger_css = 'https://unpkg.com/[email protected]/swagger-ui.css' AssetUrls.redoc_js = 'https://unpkg.com/redoc@next/bundles/redoc.standalone.js' app = FastAPI() ```

refactor
p5

just adding code of conduct i think this will help :)

docs
p5

### Discussed in https://github.com/tiangolo/fastapi/discussions/11577 Originally posted by **pat-lasswell** May 14, 2024 ### First Check - [X] I added a very descriptive title here. - [X] I used the GitHub search...

bug

There was a typo in the `__init__` method of the Param class which misnamed the allow_inf_nan option in the kwargs passed to the underlying Pydantic FieldInfo initializer. This resulted in...

bug
p2