821 Commits

Author SHA1 Message Date
Sebastián Ramírez 866b7a3d0c 🔖 Release version 0.139.2 (#16014)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-16 15:04:54 +00:00
Sebastián Ramírez 7fe315c21a 🐛 Refactor router route building to make it thread-safe, mainly relevant for tests running in parallel threads (uncommon) (#16013) 2026-07-16 16:57:38 +02:00
Sebastián Ramírez c48e67b1ce 🔖 Release version 0.139.1 (#16012)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-16 09:09:10 +00:00
Sebastián Ramírez eb75fd078e 🐛 Fix frontend fallback support for doted paths like /users/john.doe (#16011) 2026-07-16 10:59:23 +02:00
Sebastián Ramírez cecd96d9c6 🔖 Release version 0.139.0 (#15910)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-01 16:24:47 +00:00
Sebastián Ramírez 319be508ce Support dependencies in app.frontend(), e.g. for automatic cookie authentication for the frontend (#15908) 2026-07-01 18:12:33 +02:00
Sebastián Ramírez 702fea83bb 🔖 Release version 0.138.2 (#15864)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-06-29 12:06:51 +00:00
Sebastián Ramírez b790e14cb6 ♻️ Make app.frontend() return 404 for methods other than GET or HEAD with no static file matches (#15863) 2026-06-29 13:57:59 +02:00
Sebastián Ramírez b90c49aefa 🔖 Release version 0.138.1 (#15842)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-06-25 15:38:29 +00:00
Sebastián Ramírez 0af003a85d ♻️ Refactor Library Skills, make info easier to find for agents (#15841) 2026-06-25 15:30:51 +00:00
Sebastián Ramírez 4b83b0d409 🔖 Release version 0.138.0 (#15808)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-06-20 01:14:30 +00:00
Sebastián Ramírez 190f6e2033 📝 Add Frontend instructions to Agent Library Skill (#15805) 2026-06-20 00:59:14 +00:00
Sebastián Ramírez 2260afaf43 🐛 Fix failing test, update format for raised errors (#15804) 2026-06-20 00:51:31 +00:00
Sebastián Ramírez 4d3dc78b26 Add support for app.frontend("/", directory="dist") and router.frontend("/", directory="dist") (#15800) 2026-06-20 00:20:49 +00:00
Yurii Motov da9d05bc7a ✏️ Fix grammar, typos, and broken links in docs (#15694)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2026-06-19 09:29:44 +00:00
Sebastián Ramírez 6a0ba7bb1f 🔖 Release version 0.137.2 (#15790)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-06-18 06:56:45 +00:00
Sebastián Ramírez 6ac122071d Add iter_route_contexts() for advanced use cases that used to use router.routes (e.g. Jupyverse) (#15785) 2026-06-18 08:49:38 +02:00
Sebastián Ramírez a82e5f2fac 🔖 Release version 0.137.1 (#15766)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-06-15 11:26:48 +00:00
Sebastián Ramírez b78c82262f 🚨 Fix typing checks for APIRoute (#15765) 2026-06-15 13:19:51 +02:00
Sebastián Ramírez d8aad201eb 🐛 Fix bug, allow empty path in path operation in prefixless router (#15763) 2026-06-15 12:55:06 +02:00
Sebastián Ramírez 9a9c4ad5d0 🔖 Release version 0.137.0 (#15748)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-06-14 12:47:28 +00:00
Sebastián Ramírez 8e1d774cef ♻️ Refactor internals to preserve APIRouter and APIRoute instances (#15745) 2026-06-14 14:35:48 +02:00
Sebastián Ramírez 8206485753 🔖 Release version 0.136.3 2026-05-23 20:51:45 +02:00
Sebastián Ramírez 063b5bf582 ♻️ Do not accept underscore headers when using convert_underscores=True (the default) (#15589) 2026-05-23 18:35:05 +00:00
Sebastián Ramírez 22b02e26f9 🔖 Release version 0.136.2 2026-05-23 19:24:08 +02:00
Sebastián Ramírez c7fb7851b3 ♻️ Validate Server Sent Event fields to avoid applications from sending broken data (#15588) 2026-05-23 17:23:05 +00:00
dependabot[bot] 5d5666bec5 ⬆ Bump ty from 0.0.21 to 0.0.34 (#15443)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: svlandeg <sofie.vanlandeghem@gmail.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-05-11 16:59:50 +02:00
Sebastián Ramírez e54e5a8980 🔖 Release version 0.136.1 2026-04-23 18:45:55 +02:00
Sofie Van Landeghem 7815a32f2e ⬆️ Update Pydantic v2 code to address deprecations (#15101)
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2026-04-23 18:40:29 +02:00
Sebastián Ramírez 708606c982 🔖 Release version 0.136.0 2026-04-16 13:45:09 +02:00
Sofie Van Landeghem 4b264878d7 ⬆️ Support free-threaded Python 3.14t (#15149) 2026-04-16 13:42:00 +02:00
Sebastián Ramírez f796c346a8 🔖 Release version 0.135.4 2026-04-16 13:37:43 +02:00
Sebastián Ramírez ae4e45c5cc 🔥 Remove April Fool's @app.vibe() 🤪 (#15363) 2026-04-16 11:35:06 +00:00
Sebastián Ramírez 1f442c454f 🔖 Release version 0.135.3 2026-04-01 18:21:01 +02:00
Sebastián Ramírez 70580da818 Add support for @app.vibe() (#15280) 2026-04-01 18:16:24 +02:00
Kadir Can Ozden fa3588c38c ✏️ Fix typo for client_secret in OAuth2 form docstrings (#14946) 2026-03-24 17:32:10 +01:00
Sebastián Ramírez 25a3697ced 🔖 Release version 0.135.2 2026-03-23 15:10:41 +01:00
Ahsan Sheraz 31bbb38074 📝 Fix duplicated words in docstrings (#15116)
Fix "to to" and "that that" word duplications in security module docstrings,
and "be be" in test data string.

Co-authored-by: ahsan.sheraz <ahsan.sheraz@bonial.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-16 11:16:48 +01:00
Sofie Van Landeghem 98b269b51e 👷 Add ty to precommit (#15091)
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>
2026-03-15 12:44:39 +01:00
Motov Yurii 8b0090c39b 📝 Fix doctrings for max_digits and decimal_places (#14944)
Fix doctrings for `max_digits` and `decimal_places`
2026-03-04 13:52:48 +01:00
Sebastián Ramírez ca5f60ee72 🔖 Release version 0.135.1 2026-03-01 19:17:26 +01:00
Sebastián Ramírez 8a9258b169 🐛 Fix, avoid yield from a TaskGroup, only as an async context manager, closed in the request async exit stack (#15038) 2026-03-01 19:16:03 +01:00
Sebastián Ramírez 924a535a4f 📝 Update Skill, optimize context, trim and refactor into references (#15031) 2026-03-01 10:05:57 +00:00
Sebastián Ramírez 12ea7be0be 🔖 Release version 0.135.0 2026-03-01 10:27:00 +01:00
Sebastián Ramírez 2238155844 Add support for Server Sent Events (#15030) 2026-03-01 10:21:52 +01:00
Sebastián Ramírez d98eb74da9 🔖 Release version 0.134.0 2026-02-27 22:12:57 +01:00
Sebastián Ramírez c01dc8b03c 📝 Update Library Agent Skill with streaming responses (#15024) 2026-02-27 21:03:51 +00:00
Sebastián Ramírez 749cefdeb1 Add support for streaming JSON Lines and binary data with yield (#15022) 2026-02-27 19:56:47 +01:00
Sebastián Ramírez 728b097564 🔖 Release version 0.133.1 2026-02-25 19:13:57 +01:00
Sebastián Ramírez 4fce9ce172 🔧 Add FastAPI Agents Skill (#14982)
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
Co-authored-by: Alejandra <90076947+alejsdev@users.noreply.github.com>
2026-02-25 19:10:48 +01:00