Andrey Semakin
f6808e76dc
♻ Strip empty whitespace from description extracted from docstrings ( #2821 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
laggardkernel
b993b4af28
🐛 Fix cached dependencies when using a dependency in `Security()` and other places (e.g. `Depends()`) with different OAuth2 scopes ( #2945 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Taneli Hukkinen
634cf22584
🐛 Fix `response_model` not invalidating `None` ( #2725 )
Co-authored-by: Taneli Hukkinen <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Sebastián Ramírez
e7b1b96a54
🎨 Update type annotations for `response_model`, allow things like `Union[str, None]` ( #5294 )
3 years ago
Sebastián Ramírez
ab8988ff7c
🔖 Release version 0.79.1
3 years ago
Xavi Moreno
eb2e183361
🐛 Fix `jsonable_encoder` using `include` and `exclude` parameters for non-Pydantic objects ( #2606 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Luca Repetti
e88089ec21
🐛 Fix edge case with repeated aliases names not shown in OpenAPI ( #2351 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Sebastián Ramírez
50fb34bf55
🔖 Release version 0.79.0
3 years ago
Sebastián Ramírez
c43120258f
🐛 Fix removing body from status codes that do not support it ( #5145 )
3 years ago
Sebastián Ramírez
1876ebc779
🔖 Release version 0.78.0
3 years ago
Sebastián Ramírez
9262fa8362
✨ Add support for not needing `...` as default value in required Query(), Path(), Header(), etc. ( #4906 )
* ✨ Do not require default value in Query(), Path(), Header(), etc
* 📝 Update source examples for docs with default and required values
* ✅ Update tests with new default values and not required Ellipsis
* 📝 Update docs for Query params and update info about default value, required, Ellipsis
3 years ago
Shahriyar Rzayev
82775f7cd0
♻ Refactor dict value extraction to minimize key lookups `fastapi/utils.py` ( #3139 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Sebastián Ramírez
9cae3cdb09
🔧 Add Python formatting hooks to pre-commit ( #4890 )
3 years ago
Sebastián Ramírez
2aaac141dd
🔖 Release version 0.77.1
3 years ago
Marcelo Trylesinski
f396912043
⬆ Upgrade Starlette from 0.19.0 to 0.19.1 ( #4819 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Sebastián Ramírez
0696454445
🔖 Release version 0.77.0
3 years ago
Marcelo Trylesinski
86fa3cb24f
⬆ Upgrade Starlette from 0.18.0 to 0.19.0 ( #4488 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Sebastián Ramírez
9090c771ee
🔖 Release version 0.76.0
3 years ago
Marcelo Trylesinski
33d61430cf
⬆ Upgrade Starlette from 0.17.1 to 0.18.0 ( #4483 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Sebastián Ramírez
2b54432a9c
🔖 Release version 0.75.2
3 years ago
dconathan
c449ae5c74
🐛 Fix JSON Schema for `ValidationError` at field `loc` ( #3810 )
Co-authored-by: Devin Conathan <[email protected] >
3 years ago
Marcelo Trylesinski
d81c908132
🐛 Fix support for prefix on APIRouter WebSockets ( #2640 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Alan Wright
acf8a91c25
⬆ Upgrade Swagger UI - swagger-ui-dist@4 ( #4347 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Sebastián Ramírez
26f725d259
🔖 Release version 0.75.1
3 years ago
Sebastián Ramírez
19769d0483
🔖 Release version 0.75.0
3 years ago
Sebastián Ramírez
8a0d4c79c1
✨ Add support for custom `generate_unique_id_function` and docs for generating clients ( #4650 )
3 years ago
Sebastián Ramírez
440d2d2d1a
🔖 Release version 0.74.1
3 years ago
Sebastián Ramírez
f5d7df3c6c
✨ Include route in scope to allow middleware and other tools to extract its information ( #4603 )
3 years ago
Sebastián Ramírez
1ce16c2f40
🔖 Release version 0.74.0
3 years ago
Sebastián Ramírez
9d56a3cb59
✨ Update internal `AsyncExitStack` to fix context for dependencies with `yield` ( #4575 )
3 years ago
Sebastián Ramírez
291180bf2d
🔖 Release version 0.73.0
3 years ago
Victor Benichoux
a698908ed6
🐛 Fix bug preventing to use OpenAPI when using tuples ( #3874 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Sebastián Ramírez
1bf55200a9
✨ Add support for declaring `UploadFile` parameters without explicit `File()` ( #4469 )
3 years ago
Sebastián Ramírez
569afb4378
✨ Add support for tags with Enums ( #4468 )
3 years ago
Sebastián Ramírez
d4608a00cf
🐛 Prefer custom encoder over defaults if specified in `jsonable_encoder` ( #4467 )
Co-authored-by: Vivek Sunder <[email protected] >
3 years ago
Mark
ca5d57ea79
✨ Allow hiding from OpenAPI (and Swagger UI) `Query`, `Cookie`, `Header`, and `Path` parameters ( #3144 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Sebastián Ramírez
f0388915a8
🔖 Release version 0.72.0
3 years ago
John Riebold
a85aa125d2
✨ Enable configuring Swagger UI parameters ( #2568 )
Co-authored-by: Artem Ivanov <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Sebastián Ramírez
672c55ac62
🔖 Release version 0.71.0
3 years ago
Sebastián Ramírez
3efb4f7edf
🔖 Release version 0.70.1
3 years ago
Sebastián Ramírez
5d80e02ae8
🔖 Release version 0.70.0
4 years ago
Sebastián Ramírez
921b6f742a
🔖 Release version 0.69.0
4 years ago
Thomas Grainger
11d0a08acd
✨ Add support for Trio via AnyIO ( #3372 )
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
Sebastián Ramírez
378fa4ef75
🔖 Release version 0.68.2
4 years ago
Sebastián Ramírez
7b6e198d31
🔖 Release version 0.68.1
4 years ago
Sebastián Ramírez
20d4834546
✨ Add support for `read_with_orm_mode`, to support SQLModel relationship attributes ( #3757 )
4 years ago
Sebastián Ramírez
717a1ec409
🔖 Release version 0.68.0
4 years ago
Sebastián Ramírez
97fa743ecb
✨ Update OpenAPI models, supporting recursive models and extensions ( #3628 )
4 years ago
Edouard Lavery-Plante
836bb97a2d
✨ Add support for extensions and updates to the OpenAPI schema in path operations ( #1922 )
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
James Curtin
4eada92883
✨ Import and re-export data structures from Starlette, used by Request properties, on `fastapi.datastructures` ( #1872 )
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago