Commit Graph

  • e69d72e320 🎨 Auto format pre-commit-ci-lite[bot] 2025-12-28 10:25:49 +0000
  • ca3efa2b5f Improve Json field detection and simplify tests masaaya 2025-12-28 19:13:52 +0900
  • 125a52fefd 🐛 Fix Form() with Pydantic Json[T] type (#10997) masaaya 2025-12-28 02:42:43 +0900
  • c6f9f39b4c docs: clarify HTTP Basic realm is optional Srikari12 2026-01-08 12:45:15 +0530
  • 967643d2a8
    🎨 Auto format #14662 pre-commit-ci-lite[bot] 2026-01-08 06:29:10 +0000
  • f972f2a927 Align HTTPBasic realm behavior with existing implementation Srikari12 2026-01-08 11:54:39 +0530
  • 5405f129d0 Update import in test, remove `from __future__ import annotations` Yurii Motov 2026-01-08 00:09:11 +0100
  • 34d204c517 Use `is_typealiastype` from `typing_inspection` instead of duplicating it Yurii Motov 2026-01-08 00:05:34 +0100
  • d9ff85a79f Merge remote-tracking branch 'upstream/master' into bugfix/allow-pep695-type-alias Yurii Motov 2026-01-07 23:58:22 +0100
  • 8aff9a617d
    Merge branch 'master' into solve-dependencies-generator-didnt-yield Motov Yurii 2026-01-07 23:32:26 +0100
  • 18de676729 Integrate `check_translation` function to `translate_page` - retry up to 2 times if translation check failed #14710 #14660 Yurii Motov 2026-01-07 23:02:56 +0100
  • c7f776407b Fix `FileNotFoundError` in `translate.py` Yurii Motov 2026-01-07 21:34:55 +0100
  • d928bff07f Merge remote-tracking branch 'upstream/master' into check-translation-script Yurii Motov 2026-01-07 23:16:58 +0100
  • cfc9b9430b Refactor `translation_fixer.process_one_page` - move some logic to `doc_parsing_utils.check_translation` Yurii Motov 2026-01-07 23:01:29 +0100
  • 8bb1406989 Enable `ko` language in docs Yurii Motov 2026-01-07 15:47:00 +0100
  • 9834d15d1e Fix multiline code block in `first-steps.md` Yurii Motov 2026-01-07 15:45:26 +0100
  • 7733131345 Add language codes to links in `index.md` and `project-generation.md` by translation fixer tool Yurii Motov 2026-01-07 15:45:08 +0100
  • 4cffda6861 Merge remote-tracking branch 'upstream/master' into translate-ko-update-outdated-cdc0b53c Yurii Motov 2026-01-07 15:36:06 +0100
  • e731f1063e Add language codes to links in `index.md` and `project-generation.md` by translation fixer tool Yurii Motov 2026-01-07 15:33:32 +0100
  • 98512651f8 Enable `ja` language in docs Yurii Motov 2026-01-07 15:30:03 +0100
  • 6f11a9d390 Merge remote-tracking branch 'upstream/master' into translate-ja-update-outdated-60349fbc Yurii Motov 2026-01-07 15:24:50 +0100
  • 12b1d19892 Merge remote-tracking branch 'upstream/master' into translate-fr-update-outdated-78abe3ae #14580 Yurii Motov 2026-01-07 15:18:33 +0100
  • 6aa254619f Support for mixed and multiple Pydantic models for parameters using Query, Cookie and Header JSCU-CNI 2024-10-15 16:54:10 +0200
  • 83275c722b Enable `uk` language in docs Yurii Motov 2026-01-07 14:56:39 +0100
  • 6250883ede Add language codes to links in `index.md` by translation fixer tool Yurii Motov 2026-01-07 14:52:06 +0100
  • 4f101869a9 Merge remote-tracking branch 'upstream/master' into translate-uk-update-outdated-4a4da25e Yurii Motov 2026-01-07 14:46:29 +0100
  • 6a55384e81 Specify language code for code block #14656 Yurii Motov 2026-01-06 23:11:10 +0100
  • 5a254e566f
    🎨 Auto format #14655 pre-commit-ci-lite[bot] 2026-01-06 22:07:02 +0000
  • a5d28b0bc4 🎨 Auto format pre-commit-ci-lite[bot] 2026-01-06 21:48:16 +0000
  • bec5e359e8 Add support for Sentinel values Michiel 2026-01-06 22:45:48 +0100
  • 80c11148d3 fix: use model_dump() to avoid pyright errors luffy977338 2026-01-06 19:00:23 +0300
  • c0db4cc744 docs: clarify purpose and behavior of response_model #14654 NEHRA 2026-01-06 19:59:50 +0530
  • 56cc87e2ee docs: clarify required but nullable request body fields #14653 NEHRA 2026-01-06 17:09:08 +0530
  • e6a08f313d 🎨 Auto format github-actions[bot] 2026-01-06 10:36:07 +0000
  • bf8507209a Remove `cmpr.py` Yurii Motov 2026-01-06 11:30:36 +0100
  • 9a96763bad Improve error messages in `replace_multiline_code_block` Yurii Motov 2026-01-06 11:27:26 +0100
  • b08681fafd Add tests for code blocks Yurii Motov 2026-01-06 11:04:52 +0100
  • 6fcc6054ff Only warn about mermaid diagram if it's changed Yurii Motov 2026-01-06 11:04:36 +0100
  • ce8a5ab91c Fix `CODE_BLOCK_LANG_RE` to handle 4 backticks Yurii Motov 2026-01-06 10:38:21 +0100
  • f5112778d0 Add tests for html links Yurii Motov 2026-01-06 09:42:58 +0100
  • a8bf5871d7 Add tests for markdown links Yurii Motov 2026-01-06 08:33:43 +0100
  • 5ca9472d8a Fix check for markdown links number mismatch Yurii Motov 2026-01-06 08:26:08 +0100
  • 5c50b3dd15 Add tests for header and permalinks Yurii Motov 2026-01-06 07:21:00 +0100
  • 8c5f21c83c Fix error message on header level mismatch Yurii Motov 2026-01-06 07:20:38 +0100
  • 6b987b7262 Add more tests for code includes Yurii Motov 2026-01-06 06:44:31 +0100
  • 50dd09a7b2 Remove commented code Yurii Motov 2026-01-06 06:18:53 +0100
  • e076f651e7 Increase verbosity of `replace_multiline_code_block` and `replace_multiline_code_blocks_in_text` Yurii Motov 2026-01-06 06:03:38 +0100
  • badefaba9f Refactor `replace_html_links`, improve error message Yurii Motov 2026-01-06 05:57:26 +0100
  • 5b812d4754 Improve error message in `replace_header_permalinks` Yurii Motov 2026-01-05 20:17:24 +0100
  • 44b530168e Simplify `replace_markdown_links`, improve error message Yurii Motov 2026-01-05 20:16:41 +0100
  • 6c50c68761 Fix formatting Yurii Motov 2026-01-05 19:58:38 +0100
  • c42dd05cb8 Simplify `replace_placeholders_with_code_includes` and improve error message Yurii Motov 2026-01-05 19:58:13 +0100
  • aba58fc19d Fix bug with `all_good` flag Yurii Motov 2026-01-05 19:30:38 +0100
  • c70d79afe9 Add test Yurii Motov 2026-01-05 18:53:58 +0100
  • 44f25ad0ac Fix constructing URL for static assets Yurii Motov 2026-01-05 15:20:00 +0100
  • 51df013955 Remove debug printing Yurii Motov 2026-01-05 14:50:22 +0100
  • 3d67642b99 Docs: clarify runtime vs OpenAPI behavior of responses model #14649 champ-sk 2026-01-05 18:29:26 +0530
  • 7ff3dfb4fc Add `hash-style-comments` and `slash-style-comments` code block languages Yurii Motov 2026-01-05 11:21:58 +0100
  • 9aa406d624 Add `fix-all`command. Handle errors (skip document, exit with status code 1 later) Yurii Motov 2026-01-05 11:21:16 +0100
  • b3ad074153 Fix comment regexes (require leading whitespace if comment starts not at the line start) Yurii Motov 2026-01-05 11:19:38 +0100
  • e7fb2453ea Fix header permalinks replacement Yurii Motov 2026-01-05 11:16:32 +0100
  • b113e58ab7
    🎨 Auto format #14647 pre-commit-ci-lite[bot] 2026-01-05 03:43:53 +0000
  • 397bd62483 Cover success path in default realm test westinjiang 2026-01-04 22:41:46 -0500
  • 66221c9909
    🎨 Auto format pre-commit-ci-lite[bot] 2026-01-05 03:18:57 +0000
  • 7a94969f1d Update tutorial006/007 tests for default Basic realm westinjiang 2026-01-04 22:18:18 -0500
  • 24fe2514ec Add documentation for Full Stack FastAPI + Next.js AI/LLM Template #14648 Kacper Włodarczyk 2026-01-05 04:03:08 +0100
  • 76f6ce909e Trigger CI after fixing HTTPBasic realm westinjiang 2026-01-04 21:00:57 -0500
  • a30c7d222f Use HTTPBasic authenticate headers in tutorial007 westinjiang 2026-01-04 20:26:35 -0500
  • 39c87b0a2f Fix HTTPBasic to always include realm in WWW-Authenticate westinjiang 2026-01-04 19:59:46 -0500
  • 2dbbc42fd0 docs: Added contributing section #14645 GitHub Action 2026-01-04 12:35:38 +0000
  • 61f936efe9
    Docs: clarify response_model filtering behavior #14644 Yaswanth Naga Sai K 2026-01-04 17:51:44 +0530
  • 4541f273b6
    Merge branch 'master' into master P-Muench 2026-01-04 09:28:58 +0000
  • c435a0ea3f Update docs_src/app_testing/app_b_py310/main.py & docs_src/app_testing/app_b_py39/main.py & docs_src/app_testing/app_b_an_py39/main.py to follow new docs_src/app_testing/app_b_an_py310/main.py logic luffy977338 2026-01-04 04:29:08 +0300
  • b0138970a7
    Update docs_src/app_testing/app_b_an_py310/main.py Tima 2026-01-04 04:16:58 +0300
  • 45d2484313
    Merge branch 'master' into master Tima 2026-01-04 04:12:48 +0300
  • dc2370945b docs: Added contributing section #14606 GitHub Action 2025-12-26 12:36:57 +0000
  • c0efd0ee74 Replace IncEx type copy with export from pydantic #14641 Michiel 2026-01-02 12:53:25 +0100
  • cdcabfce73
    🎨 Auto format #14639 pre-commit-ci-lite[bot] 2026-01-02 10:23:33 +0000
  • 7a1b69e6d6 Fix security issues detected by contrib manav363 2026-01-02 15:51:02 +0530
  • e26f9b3409
    Merge branch 'master' into master #14638 Yaswanth Naga Sai K 2026-01-02 12:33:52 +0530
  • 7a596734d1
    docs: clarify OpenAPI explanation Yaswanth Naga Sai K 2026-01-02 12:25:33 +0530
  • f2687dc1bb 📝 Update release notes github-actions[bot] 2026-01-02 06:47:25 +0000
  • 862c3f4f94 📝 Update release notes github-actions[bot] 2026-01-02 06:46:59 +0000
  • 052d6e86c2
    👥 Update FastAPI People - Sponsors (#14626) Sebastián Ramírez 2026-01-01 22:46:57 -0800
  • 31c7ffcdfe
    👥 Update FastAPI GitHub topic repositories (#14630) Sebastián Ramírez 2026-01-01 22:46:34 -0800
  • 6854be9ebc 📝 Update release notes github-actions[bot] 2026-01-02 06:40:39 +0000
  • 258deb925d
    👥 Update FastAPI People - Contributors and Translators (#14625) Sebastián Ramírez 2026-01-01 22:40:15 -0800
  • d2753c7382 👥 Update FastAPI GitHub topic repositories #14630 github-actions[bot] 2026-01-01 12:15:05 +0000
  • 723cab0068
    ⬆ Bump ruff from 0.14.3 to 0.14.10 #14629 dependabot[bot] 2026-01-01 11:01:51 +0000
  • dc8604418b
    ⬆ Bump mkdocs-material from 9.7.0 to 9.7.1 #14628 dependabot[bot] 2026-01-01 11:01:41 +0000
  • 096c7e6e2c
    ⬆ Bump sqlmodel from 0.0.27 to 0.0.31 #14627 dependabot[bot] 2026-01-01 11:01:35 +0000
  • cbe93b555d 👥 Update FastAPI People - Sponsors #14626 github-actions[bot] 2026-01-01 06:05:28 +0000
  • 3c4f8bde50 👥 Update FastAPI People - Contributors and Translators #14625 github-actions[bot] 2026-01-01 03:42:03 +0000
  • 5cfbff96d4
    Update link format for local documentation URL #14622 🤖Esteban Dalel R 2025-12-30 12:33:50 -0500
  • 4e2cfc24be
    🎨 Auto format #14621 pre-commit-ci-lite[bot] 2025-12-30 17:18:34 +0000
  • beff498743 Handle code blocks, fix some bugs, add `fix-all` command Yurii Motov 2025-12-30 17:44:57 +0100
  • fad0041185 Improve error message for missing dependency type annotation “Uner” 2025-12-30 16:38:19 +0000
  • cf4b822681 update error message for query parameter type handling #14479 Anton.D 2025-12-30 17:08:28 +0100
  • 0a1367fad8
    🎨 Auto format #14620 pre-commit-ci-lite[bot] 2025-12-30 12:55:05 +0000
  • 5f036d6319 refactored - replaced deprecated on_event with lifespan in SQL tutorials Ads2024 2025-12-30 23:26:26 +1100