Purushothaman Kumaravel
1b8d728e3e
Update test_tutorial004.py
Co-authored-by: Sofie Van Landeghem <[email protected] >
3 weeks ago
Purushot14
4e8479a163
Merge branch 'master' of github.com:Purushot14/fastapi
3 weeks ago
Purushot14
5ad3874bf8
Removed Meta info from tutorial001
3 weeks ago
Purushothaman Kumaravel
4432346fcc
Update .gitignore
Co-authored-by: Sofie Van Landeghem <[email protected] >
3 weeks ago
Purushot14
95d92579e3
python 3.9 not supported | on type check so handle that
3 weeks ago
Purushot14
ff94d8459f
python 3.9 not supported | on type check so handle that
3 weeks ago
Purushot14
262a799f7c
Merge branch 'master' of github.com:Purushot14/fastapi
3 weeks ago
Purushot14
dcfc53763f
lint updated
3 weeks ago
pre-commit-ci[bot]
820b235528
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
3 weeks ago
Purushot14
3c1d6ebf9f
feat: Add support for custom APIRoute and APIRouter in FastAPI
- Introduced `route_class` and `router_class` parameters to allow custom route and router classes.
- Updated `FastAPI` initialization to use the provided `router_class` and `route_class`.
- Modified webhook initialization to respect the custom router class.
- Added test cases to validate:
- Custom `route_class` and `router_class` usage.
- Route naming consistency.
- Presence of `X-Response-Time` header in responses.
This enhances FastAPI’s flexibility, allowing users to customize route handling and routing behavior.
3 weeks ago
github-actions
e988050f79
📝 Update release notes
[skip ci]
4 weeks ago
Lee Yesong
3565ea00b6
🌐 Add Korean translation for `docs/ko/docs/tutorial/security/oauth2-jwt.md` ( #13333 )
4 weeks ago
github-actions
643d2845de
📝 Update release notes
[skip ci]
4 weeks ago
dependabot[bot]
c46e4a1b14
⬆ Bump sqlmodel from 0.0.22 to 0.0.23 ( #13437 )
Bumps [sqlmodel](https://github.com/fastapi/sqlmodel ) from 0.0.22 to 0.0.23.
- [Release notes](https://github.com/fastapi/sqlmodel/releases )
- [Changelog](https://github.com/fastapi/sqlmodel/blob/main/docs/release-notes.md )
- [Commits](https://github.com/fastapi/sqlmodel/compare/0.0.22...0.0.23 )
---
updated-dependencies:
- dependency-name: sqlmodel
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 weeks ago
github-actions
79bc28fab4
📝 Update release notes
[skip ci]
4 weeks ago
dependabot[bot]
a88a6050a6
⬆ Bump black from 24.10.0 to 25.1.0 ( #13436 )
Bumps [black](https://github.com/psf/black ) from 24.10.0 to 25.1.0.
- [Release notes](https://github.com/psf/black/releases )
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md )
- [Commits](https://github.com/psf/black/compare/24.10.0...25.1.0 )
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 weeks ago
github-actions
0c36a7ac05
📝 Update release notes
[skip ci]
4 weeks ago
Phương Tấn Thành
a592e8ad4d
🌐 Add Vietnamese translation for `docs/vi/docs/deployment/cloud.md` ( #13407 )
Co-authored-by: Sofie Van Landeghem <[email protected] >
Co-authored-by: Dinh Van Luc <[email protected] >
4 weeks ago
github-actions
daf6820307
📝 Update release notes
[skip ci]
1 month ago
dependabot[bot]
8c94e97c89
⬆ Bump ruff to 0.9.4 ( #13299 )
* ⬆ Bump ruff from 0.6.4 to 0.9.4
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.6.4 to 0.9.4.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.6.4...0.9.4 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected] >
* update pre-commit accordingly and make formatting changes
* 🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
---------
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alejandra <[email protected] >
Co-authored-by: svlandeg <[email protected] >
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 month ago
github-actions
ab22979dc5
📝 Update release notes
[skip ci]
1 month ago
Sebastián Ramírez
316566e40e
🔧 Update sponsors: pause TestDriven ( #13446 )
1 month ago
Sebastián Ramírez
3824664620
🔖 Release version 0.115.11
1 month ago
Sebastián Ramírez
a01ed2f6a7
📝 Update release notes
1 month ago
github-actions
a2c2e332a0
📝 Update release notes
[skip ci]
1 month ago
Sebastián Ramírez
74fe89bf35
🐛 Add docs examples and tests (support) for `Annotated` custom validations, like `AfterValidator`, revert #13440 ( #13442 )
This reverts commit 15dd2b67d3
.
1 month ago
github-actions
f5056f84b6
📝 Update release notes
[skip ci]
1 month ago
github-actions
60f05868b7
📝 Update release notes
[skip ci]
1 month ago
github-actions
b7d3f2a96e
📝 Update release notes
[skip ci]
1 month ago
Sebastián Ramírez
ea57612d69
👥 Update FastAPI GitHub topic repositories ( #13439 )
Co-authored-by: github-actions <[email protected] >
1 month ago
Sebastián Ramírez
186544760a
👥 Update FastAPI People - Contributors and Translators ( #13432 )
Co-authored-by: github-actions <[email protected] >
1 month ago
Sebastián Ramírez
89e0c10547
👥 Update FastAPI People - Sponsors ( #13433 )
Co-authored-by: github-actions <[email protected] >
1 month ago
github-actions
3fca8b2be8
📝 Update release notes
[skip ci]
1 month ago
alv2017
bb98f7df6d
🌐 Add Russian translation for `docs/ru/docs/tutorial/middleware.md` ( #13412 )
1 month ago
Sebastián Ramírez
a2644728f6
📝 Update release notes
1 month ago
Sebastián Ramírez
433837d9ca
🔖 Release version 0.115.10
1 month ago
github-actions
68074badcc
📝 Update release notes
[skip ci]
1 month ago
Victorien
15dd2b67d3
♻️ Update internal annotation usage for compatibilty with Pydantic 2.11 ( #13314 )
Co-authored-by: Sofie Van Landeghem <[email protected] >
Co-authored-by: svlandeg <[email protected] >
1 month ago
github-actions
45e018517b
📝 Update release notes
[skip ci]
1 month ago
github-actions
74954352ed
📝 Update release notes
[skip ci]
1 month ago
Valentyn
7c4d1fe13d
🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/debugging.md` ( #13370 )
Co-authored-by: Valentyn Druzhynin <[email protected] >
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Rostyslav <[email protected] >
1 month ago
Valentyn
23821e916b
🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/query-params.md` ( #13362 )
Co-authored-by: Valentyn Druzhynin <[email protected] >
Co-authored-by: Alejandra <[email protected] >
Co-authored-by: Sofie Van Landeghem <[email protected] >
1 month ago
github-actions
8bfec9fb6b
📝 Update release notes
[skip ci]
1 month ago
github-actions
5fbaf6d28c
📝 Update release notes
[skip ci]
1 month ago
Valentyn
ee729d4522
🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/path-params.md` ( #13354 )
Co-authored-by: Valentyn Druzhynin <[email protected] >
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Sofie Van Landeghem <[email protected] >
1 month ago
k94-ishi
344d765796
🌐 Add Japanese translation for `docs/ja/docs/tutorial/cookie-param-models.md` ( #13330 )
1 month ago
github-actions
720dcc0990
📝 Update release notes
[skip ci]
1 month ago
github-actions
f9c8726a1a
📝 Update release notes
[skip ci]
1 month ago
Valentyn
c42c0d31b0
🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/body-multiple-params.md` ( #13408 )
Co-authored-by: Valentyn Druzhynin <[email protected] >
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Sofie Van Landeghem <[email protected] >
1 month ago
k94-ishi
2cf2fee588
🌐 Add Japanese translation for `docs/ja/docs/tutorial/query-param-models.md` ( #13323 )
1 month ago