Saurabh Vijay Salve
|
e92a0dc3ce
|
🐛 Fix `status_code` being ignored for SSE and JSONL streaming endpoints (#15937)
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: Yurii Motov <[email protected]>
|
22 hours ago |
github-actions[bot]
|
6215d8a6f3
|
📝 Update release notes
[skip ci]
|
22 hours ago |
AshNicolus
|
12242c4fba
|
📝 Fix `format_sse_event` docstring rendering of `\n\n` terminator (#15613)
Co-authored-by: Yurii Motov <[email protected]>
Co-authored-by: Sebastián Ramírez <[email protected]>
|
22 hours ago |
github-actions[bot]
|
70a8f3dd03
|
📝 Update release notes
[skip ci]
|
22 hours ago |
Saurabh Vijay Salve
|
4f0152c028
|
📝 Add API reference page for fastapi.sse (#15930)
Co-authored-by: Cursor <[email protected]>
|
22 hours ago |
Sebastián Ramírez
|
5f255058f4
|
🔖 Release version 0.140.12 (#16095)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
22 hours ago |
github-actions[bot]
|
76e2c833b5
|
📝 Update release notes
[skip ci]
|
22 hours ago |
Zawwar Sami
|
0f3e7bd682
|
🐛 Fix line splitting in `format_sse_event` to comply with SSE spec (#15515)
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: Yurii Motov <[email protected]>
Co-authored-by: Sebastián Ramírez <[email protected]>
|
22 hours ago |
Sebastián Ramírez
|
31ce3cb8d7
|
🔖 Release version 0.140.11 (#16094)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
23 hours ago |
github-actions[bot]
|
4a01c7f1a5
|
📝 Update release notes
[skip ci]
|
23 hours ago |
Yurii Motov
|
d6537f774b
|
🐛 Fix `response_model_*` params ignored for non-generator endpoints with `Iterable[..]` return type (#15093)
Co-authored-by: Sebastián Ramírez <[email protected]>
|
23 hours ago |
Sebastián Ramírez
|
0f3d3b2f9f
|
🔖 Release version 0.140.10 (#16093)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
23 hours ago |
github-actions[bot]
|
584efa0981
|
📝 Update release notes
[skip ci]
|
23 hours ago |
Yurii Motov
|
65e42bd5ec
|
🐛 Fix handling sequences with nested Annotated types (#14874)
Co-authored-by: Sebastián Ramírez <[email protected]>
|
23 hours ago |
github-actions[bot]
|
9db320278c
|
📝 Update release notes
[skip ci]
|
23 hours ago |
Sebastián Ramírez
|
d3cd6054e4
|
🐛 Accept any base test failure as regression (#16092)
|
23 hours ago |
github-actions[bot]
|
19a461a19e
|
📝 Update release notes
[skip ci]
|
24 hours ago |
Sebastián Ramírez
|
0a4cd1c78f
|
🐛 Preserve pytest exit code in regression check (#16091)
|
24 hours ago |
github-actions[bot]
|
64ae6c977c
|
📝 Update release notes
[skip ci]
|
24 hours ago |
Sebastián Ramírez
|
7d123d9537
|
✅ Test PR regressions against base code (#16090)
|
24 hours ago |
Sebastián Ramírez
|
6b6c032658
|
🔖 Release version 0.140.9 (#16089)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
1 day ago |
github-actions[bot]
|
506eba8ac3
|
📝 Update release notes
[skip ci]
|
1 day ago |
Muhammad Bin Gulzar
|
aadfcce763
|
🐛 Fix `exclude_defaults` not propagated to dict keys and values in `jsonable_encoder` (#16043)
Co-authored-by: Sebastián Ramírez <[email protected]>
|
1 day ago |
github-actions[bot]
|
4ffd451720
|
📝 Update release notes
[skip ci]
|
1 day ago |
dependabot[bot]
|
5e8b7f1cb5
|
⬆ Bump gitpython from 3.1.50 to 3.1.54 (#16047)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
1 day ago |
github-actions[bot]
|
c4e91df63b
|
📝 Update release notes
[skip ci]
|
1 day ago |
dependabot[bot]
|
53363a6be1
|
⬆ Bump pymdown-extensions from 10.21.3 to 11.0 (#16048)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
1 day ago |
github-actions[bot]
|
8b041fe96a
|
📝 Update release notes
[skip ci]
|
1 day ago |
dependabot[bot]
|
ba86fc13b4
|
⬆ Bump pyasn1 from 0.6.3 to 0.6.4 (#16045)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
1 day ago |
Sebastián Ramírez
|
773342f978
|
🔖 Release version 0.140.8 (#16088)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
1 day ago |
github-actions[bot]
|
fd557905ea
|
📝 Update release notes
[skip ci]
|
1 day ago |
Alexander Rauhut
|
ad03e117c0
|
🐛 Fix stream item type lost when using `include_router()` (#15077)
Co-authored-by: Alexander Rauhut <[email protected]>
Co-authored-by: Sebastián Ramírez <[email protected]>
|
1 day ago |
Sebastián Ramírez
|
98b12fe56f
|
🔖 Release version 0.140.7 (#16078)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2 days ago |
github-actions[bot]
|
e772894447
|
📝 Update release notes
[skip ci]
|
2 days ago |
Sebastián Ramírez
|
24c2a9fdf9
|
⬆️ Upgrade latest-changes to 0.7.1 (#16077)
|
2 days ago |
github-actions[bot]
|
add1d2685b
|
📝 Update release notes
[skip ci]
|
2 days ago |
Sebastián Ramírez
|
7bcb78d10d
|
⚡️ Avoid flattening dependencies for OpenAPI (#16076)
|
2 days ago |
github-actions[bot]
|
87095aa581
|
📝 Update release notes
[skip ci]
|
2 days ago |
Sebastián Ramírez
|
3d3c6913e8
|
👷 Add OpenAPI dependency benchmarks (#16075)
|
2 days ago |
Sebastián Ramírez
|
bcd4e895e1
|
🔖 Release version 0.140.6 (#16074)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2 days ago |
github-actions[bot]
|
27c922c403
|
📝 Update release notes
[skip ci]
|
2 days ago |
Sebastián Ramírez
|
cc96fd3a7c
|
⚡️ Avoid flattening dependencies for request parameters, mainly for OpenAPI (#16073)
|
2 days ago |
Sebastián Ramírez
|
ac068db630
|
🔖 Release version 0.140.5 (#16072)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2 days ago |
github-actions[bot]
|
6be87d13a7
|
📝 Update release notes
[skip ci]
|
2 days ago |
Sebastián Ramírez
|
23e4a10434
|
⚡️ Avoid flattening dependencies for body fields (#16071)
|
2 days ago |
Sebastián Ramírez
|
7ac0f1b541
|
🔖 Release version 0.140.4 (#16070)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2 days ago |
github-actions[bot]
|
44e4eeaa78
|
📝 Update release notes
[skip ci]
|
2 days ago |
Sebastián Ramírez
|
7134121a71
|
⚡️ Skip unused dependency repeat bookkeeping (#16069)
|
2 days ago |
Sebastián Ramírez
|
415d37fa6f
|
🔖 Release version 0.140.3 (#16068)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2 days ago |
github-actions[bot]
|
ca353d7215
|
📝 Update release notes
[skip ci]
|
2 days ago |