Nilesh Patil
21ec9d9729
test: cover stream_item_type propagation through include_router
2 months ago
Nilesh Patil
a39d9c1516
fix: propagate stream_item_type when using include_router
Fixes #15401 : SSE stream_item_type was not copied from source routes to
merged routes when using APIRouter + include_router. The stream detection
branch in APIRoute.__init__ only runs when response_model is a
DefaultPlaceholder. After include_router copies route.response_model (which
is already None), the branch is skipped and stream_item_type stays None.
Now explicitly copy stream_item_type and stream_item_field from source route
to the merged route after add_api_route creates it.
2 months ago
github-actions[bot]
ecace740f3
📝 Update release notes
[skip ci]
2 months ago
dependabot[bot]
6939bf8bb7
⬆ Bump actions/add-to-project from 1.0.2 to 2.0.0 ( #15490 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 months ago
github-actions[bot]
40e383e0b2
📝 Update release notes
[skip ci]
2 months ago
dependabot[bot]
a0f42dd7d5
⬆ Bump actions/labeler from 6.0.1 to 6.1.0 ( #15507 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 months ago
github-actions[bot]
6f2dbb96ac
📝 Update release notes
[skip ci]
2 months ago
Sebastián Ramírez
b6abc93bff
🔧 Remove Ruff ignored rule for tabs ( #15533 )
2 months ago
github-actions[bot]
b31ffc1efd
📝 Update release notes
[skip ci]
2 months ago
Sebastián Ramírez
b71da659cf
🔧 Update sponsors badge ( #15532 )
2 months ago
github-actions[bot]
b70238d9e3
📝 Update release notes
[skip ci]
2 months ago
Sebastián Ramírez
2c26191e30
🔧 Add sponsor: TalorData ( #15531 )
2 months ago
github-actions[bot]
e89a37e50d
📝 Update release notes
[skip ci]
2 months ago
dependabot[bot]
5d5666bec5
⬆ Bump ty from 0.0.21 to 0.0.34 ( #15443 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: svlandeg <[email protected] >
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2 months ago
github-actions[bot]
7cb195394c
📝 Update release notes
[skip ci]
2 months ago
dependabot[bot]
3ec959abc7
⬆ Bump pydantic from 2.13.2 to 2.13.3 ( #15444 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 months ago
github-actions[bot]
622b6356b5
📝 Update release notes
[skip ci]
2 months ago
Sebastián Ramírez
fb7429378d
👷 Add pre-commit to check typos ( #15482 )
2 months ago
github-actions[bot]
3efd86c1fd
📝 Update release notes
[skip ci]
2 months ago
Carlos Rodríguez Romo
f8cbeabf81
🌐 Fix typos in Spanish LLM-prompt ( #15472 )
Co-authored-by: Motov Yurii <[email protected] >
2 months ago
github-actions[bot]
8c660a6819
📝 Update release notes
[skip ci]
2 months ago
Isaac
810fd2a888
✏️ Fix Azkaban spelling typo in `virtual-environments.md` ( #15463 )
2 months ago
github-actions[bot]
ecf73d61c3
📝 Update release notes
[skip ci]
2 months ago
Sebastián Ramírez
9ccaab154a
👥 Update FastAPI GitHub topic repositories ( #15470 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2 months ago
github-actions[bot]
f72afb6f6e
📝 Update release notes
[skip ci]
2 months ago
Sebastián Ramírez
8da79ec2fe
👥 Update FastAPI People - Experts ( #15471 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2 months ago
github-actions[bot]
205bd85a46
📝 Update release notes
[skip ci]
2 months ago
Sebastián Ramírez
bc8b1d101c
👥 Update FastAPI People - Contributors and Translators ( #15467 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2 months ago
github-actions[bot]
e0a2c75b1a
📝 Update release notes
[skip ci]
2 months ago
Motov Yurii
33ed5aecdf
👷 Fix missing credentials issue in `translate` workflow ( #15468 )
2 months ago
github-actions[bot]
d8a2c1edaa
📝 Update release notes
[skip ci]
2 months ago
Alejandra
b363a1d002
💄 Improve layout and styling ( #15462 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2 months ago
github-actions[bot]
a3ceb9ca74
📝 Update release notes
[skip ci]
2 months ago
Alejandra
aff0b7cd43
💄 Refactor opinions section with interactive tabs and new logos ( #15458 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2 months ago
github-actions[bot]
6b20159c59
📝 Update release notes
[skip ci]
2 months ago
Alejandra
a217d2ff2a
📝 Add FastAPI Conf '26 announcement to docs ( #15457 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2 months ago
github-actions[bot]
4f64b8f651
📝 Update release notes
[skip ci]
2 months ago
dependabot[bot]
1f7c8c1ad3
⬆ Bump sqlmodel from 0.0.32 to 0.0.38 ( #15437 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Motov Yurii <[email protected] >
2 months ago
github-actions[bot]
0e78824634
📝 Update release notes
[skip ci]
2 months ago
dependabot[bot]
4bad6d2597
⬆ Bump CodSpeedHQ/action from 4.12.1 to 4.14.0 ( #15436 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 months ago
github-actions[bot]
44ddc3e7c8
📝 Update release notes
[skip ci]
2 months ago
dependabot[bot]
edc4c8ba33
⬆ Bump pydantic from 2.12.5 to 2.13.2 ( #15439 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 months ago
github-actions[bot]
b44585589a
📝 Update release notes
[skip ci]
2 months ago
dependabot[bot]
f43cc1c0ef
⬆ Bump pydantic-ai from 1.63.0 to 1.83.0 ( #15417 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 months ago
github-actions[bot]
5c89b88c9f
📝 Update release notes
[skip ci]
2 months ago
dependabot[bot]
4216f99515
⬆ Bump prek from 0.3.2 to 0.3.9 ( #15418 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 months ago
github-actions[bot]
33aa27c7b7
📝 Update release notes
[skip ci]
2 months ago
dependabot[bot]
086048e395
⬆ Bump fastar from 0.9.0 to 0.11.0 ( #15419 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 months ago
github-actions[bot]
91dd310da9
📝 Update release notes
[skip ci]
2 months ago
dependabot[bot]
3747204677
⬆ Bump astral-sh/setup-uv from 7.6.0 to 8.1.0 ( #15415 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 months ago