Commit Graph

  • eaf7151974 fix svlandeg 2026-03-13 14:13:31 +0100
  • f2ebfa5efb
    ⬆ Bump dorny/paths-filter from 3 to 4 #15106 dependabot[bot] 2026-03-13 11:42:51 +0000
  • 1f676f1889 cleanup svlandeg 2026-03-13 11:50:30 +0100
  • 4f4491a14e more pragma omg svlandeg 2026-03-13 11:31:01 +0100
  • 926156f360 appease mypy once more svlandeg 2026-03-13 11:25:55 +0100
  • f57b166f56 add pragma no cover again svlandeg 2026-03-13 11:20:16 +0100
  • 6851dad91c appease mypy more svlandeg 2026-03-13 11:10:05 +0100
  • e86753477a appease mypy svlandeg 2026-03-13 11:05:27 +0100
  • 171f062dd5 fix import svlandeg 2026-03-13 11:03:09 +0100
  • bbf15294eb coditional import of Color to avoid deprecation warning svlandeg 2026-03-13 10:54:24 +0100
  • 12f3db56e5 Merge branch 'master' into feat/depr svlandeg 2026-03-13 10:31:09 +0100
  • 2d2fe3ebf3 add no cover for now svlandeg 2026-03-13 10:27:29 +0100
  • 8e5d327aca fix return type of eval_type svlandeg 2026-03-13 10:18:40 +0100
  • 7ae84add65
    specify ignore type Sofie Van Landeghem 2026-03-12 22:37:34 +0100
  • 97ce5de0bf make mypy happy svlandeg 2026-03-12 22:35:11 +0100
  • 63a0ade983
    Merge branch 'master' into fix/annotated-forward-ref-13056 Ahsan Sheraz 2026-03-12 22:31:28 +0100
  • a1abbce3a5 assert evaluate_forwardref is not None svlandeg 2026-03-12 22:17:00 +0100
  • 04b279fe77 📝 Update release notes github-actions[bot] 2026-03-12 21:15:19 +0000
  • 4b826022b1
    ⬆ Bump black from 26.1.0 to 26.3.1 (#15100) dependabot[bot] 2026-03-12 21:14:44 +0000
  • 94bd71371e
    🎨 Auto format pre-commit-ci-lite[bot] 2026-03-12 21:14:26 +0000
  • 5fe7833bb7 use Pydantic's try_eval_type if available (otherwise deprecation warning) svlandeg 2026-03-12 22:10:53 +0100
  • d29ee95437
    ⬆ Bump black from 26.1.0 to 26.3.1 #15100 dependabot[bot] 2026-03-12 21:10:30 +0000
  • ddc4bc5e50
    add more specific ignore type Sofie Van Landeghem 2026-03-12 21:26:26 +0100
  • bc995f2db5
    🎨 Auto format #15099 pre-commit-ci-lite[bot] 2026-03-12 17:15:52 +0000
  • 6ba031db9a Added password format to Oauth2PasswordRequestFormStrict fields Maheedhar Rao Govada 2026-03-12 13:10:03 -0400
  • 2bebc0bae3 Fix displaying line numbers in API reference #15094 Yurii Motov 2026-03-11 22:31:46 +0100
  • 69ae2641cc Fix mypy: add type parameters to _LenientDict base class ahsan.sheraz 2026-03-11 16:22:28 +0100
  • bba0d61092 Cover dep() stubs by calling them in tests ahsan.sheraz 2026-03-11 16:14:10 +0100
  • fff2b10e04 Fix pre-commit formatting and test coverage ahsan.sheraz 2026-03-11 16:11:33 +0100
  • db7f2e4b19
    🎨 Auto format pre-commit-ci-lite[bot] 2026-03-11 15:04:55 +0000
  • e00b071435 Fix Annotated with ForwardRef when using `from __future__ import annotations` ahsan.sheraz 2026-03-11 16:01:13 +0100
  • 278e63191b refactor: remove redundant custom_encoder assignment in jsonable_encoder. #15095 eyetheek 2026-03-11 19:14:43 +0530
  • 0cb9e3701e Fix code blocks in reference docs overflowing table width Yurii Motov 2026-03-11 14:32:15 +0100
  • ccd6f2fd42 final fixes svlandeg 2026-03-11 12:18:19 +0100
  • 5bd8512534
    🎨 Auto format pre-commit-ci-lite[bot] 2026-03-11 11:01:48 +0000
  • ab3f81a8cd final 3 ignores svlandeg 2026-03-11 12:00:51 +0100
  • 09ec28bac8 several more ignores svlandeg 2026-03-11 11:55:09 +0100
  • 8dc79b92e0 Merge remote-tracking branch 'origin/feat/ty' into feat/ty svlandeg 2026-03-11 11:51:40 +0100
  • f78e2c863a ensure that getlist is callable svlandeg 2026-03-11 11:51:34 +0100
  • 65a6f2a22e
    🎨 Auto format pre-commit-ci-lite[bot] 2026-03-11 10:46:19 +0000
  • b8a61ec145 add few more ignores svlandeg 2026-03-11 11:45:27 +0100
  • 9d419cb98c fix after merge conflict svlandeg 2026-03-10 22:23:12 +0100
  • 26628988f1 Merge remote-tracking branch 'origin/feat/ty' into feat/ty svlandeg 2026-03-10 22:19:19 +0100
  • c2f5335e44 revert the ones where Any is one of the input types svlandeg 2026-03-10 22:18:44 +0100
  • 8412659d50
    🎨 Auto format pre-commit-ci-lite[bot] 2026-03-10 21:12:47 +0000
  • eee7458f2f add ignore for _Unset default values svlandeg 2026-03-10 22:11:54 +0100
  • 521a7c818b revernt type ignore for import svlandeg 2026-03-10 22:01:57 +0100
  • 32429ccdb9 juggling between ty and mypy svlandeg 2026-03-10 21:56:10 +0100
  • 5ab42895d2 add ignore because ty does not understand if-else svlandeg 2026-03-10 21:16:51 +0100
  • cace926fd6 add ignore because ty does not understand alias logic svlandeg 2026-03-10 21:06:16 +0100
  • 235a25a132
    🎨 Auto format pre-commit-ci-lite[bot] 2026-03-10 19:54:53 +0000
  • 15b8d6f4ea define types of fields on the class-level svlandeg 2026-03-10 20:53:10 +0100
  • 1fdb6236d4 fix ignore svlandeg 2026-03-10 20:44:15 +0100
  • 8652de6973 ty ignore svlandeg 2026-03-10 20:38:37 +0100
  • d9a5064540
    🎨 Auto format pre-commit-ci-lite[bot] 2026-03-10 19:28:13 +0000
  • b0c717b797 ignore unused ignore's svlandeg 2026-03-10 20:27:23 +0100
  • 42c5891127 ignore deprecated functions in compat module svlandeg 2026-03-10 18:54:20 +0100
  • bc20d5e8ca add ty to precommit svlandeg 2026-03-10 17:32:57 +0100
  • 21474cb107 📝 Update .gitignore and add skipif decorator for fastapi-cli tests #15090 ekalaga 2026-03-10 16:24:50 +0000
  • 3be85e8d1f Skip comments minimized with sertain reasons #15088 Yurii Motov 2026-03-10 13:50:34 +0100
  • 41aae85991 docs: add pandas DataFrame serialization guidance to encoder.md #15086 Anix Lynch 2026-03-10 02:02:58 -0700
  • f666268078
    Merge branch 'master' into jsonable_encoder Pedro Lobato 2026-03-09 09:28:51 -0500
  • 1eee9c096d
    Update pydantic docs url #14939 lkkmpn 2026-03-09 10:03:13 +0100
  • 6132e90082
    Merge branch 'master' into update-extra-models-doc Motov Yurii 2026-03-09 09:58:27 +0100
  • 1e6387606f
    Merge branch 'master' into typing_depoverrides_provider #14615 Motov Yurii 2026-03-09 09:49:22 +0100
  • 1de6760d94
    🐛 Add missing password format to OAuth2PasswordRequestFormStrict Maxime Grenu 2026-03-08 22:46:15 +0100
  • 7015223ec0 Fix documentation for required can be None parameter #15078 Amrito Mohonto Pial 2026-03-08 23:09:44 +0600
  • b03482cfb1 docs: fix grammar in additional-status-codes.md #15076 1cbyc 2026-03-08 11:31:14 +0000
  • 11614be902 📝 Update release notes github-actions[bot] 2026-03-07 09:29:24 +0000
  • edaf23943c
    📝 Add docs for `pyproject.toml` with `entrypoint` (#15075) Sebastián Ramírez 2026-03-07 01:29:03 -0800
  • 78e307515c 📝 Add docs for `pyproject.toml` with `entrypoint` #15075 Sebastián Ramírez 2026-03-07 10:19:16 +0100
  • 323b95bfc1
    Merge c5e4dce216 into 627c10a293 #15074 layla 2026-03-07 05:39:26 +0000
  • c5e4dce216
    🎨 Auto format #15074 pre-commit-ci-lite[bot] 2026-03-07 05:39:11 +0000
  • 9ccef4328c Fix duplicate operation IDs for routes with multiple methods 04cb 2026-03-07 13:37:53 +0800
  • 4c744c8663 fix: deterministic operationId when route has multiple methods fixes #13175 #15070 Sandesh Bhandari 2026-03-06 14:55:06 -0600
  • 6aa2f98504 Fix typing issue Yurii Motov 2026-03-06 18:54:37 +0100
  • 3405306469 Fix schema for `byte` fields inside JSON (do not add `"format": "binary"`) Yurii Motov 2026-03-06 18:19:31 +0100
  • 800685b2ca
    Merge branch 'master' into bangla_doc_support #15068 Mahdee Mushfique Kamal 2026-03-06 21:10:12 +0600
  • 5863e4fa0e Added Natural sounding Bangla Mahdee Mushfique Kamal 2026-03-06 21:05:21 +0600
  • e3135ad34d Started Bangla/Bengali Documtation Support Mahdee Mushfique Kamal 2026-03-06 20:34:56 +0600
  • 841149e1b9 Merge branch 'master' into no-limiter-for-response-model-validation #12066 svlandeg 2026-03-06 14:04:20 +0100
  • 506d278db7 Update schema for UploadFile (add `format: binary`) Yurii Motov 2026-03-06 09:27:04 +0100
  • 6d965c8a8a
    Merge branch 'master' into fix-root_path-docs Motov Yurii 2026-03-05 20:23:14 +0100
  • 024e6bc245
    Merge branch 'master' into deprecate-scopes-parameter Motov Yurii 2026-03-05 20:09:31 +0100
  • cbbed039b1
    Merge branch 'master' into docs/migrate-testing-to-lifespan #14960 Areeb455 2026-03-06 00:18:26 +0530
  • 627c10a293 📝 Update release notes github-actions[bot] 2026-03-05 18:14:11 +0000
  • 5b485f0848
    📝 Update links in docs to no longer use the classes external-link and internal-link (#15061) Sebastián Ramírez 2026-03-05 10:13:19 -0800
  • b618ba2792 📝 Update release notes github-actions[bot] 2026-03-05 18:08:06 +0000
  • a6929b2ad2
    Merge branch 'master' into docs-links-blank #15061 Sebastián Ramírez 2026-03-05 10:00:04 -0800
  • f552fd3254
    🔨 Add JS and CSS handling for automatic `target=_blank` for links in docs (#15063) Sebastián Ramírez 2026-03-05 09:59:48 -0800
  • d23918588e 📝 Update release notes github-actions[bot] 2026-03-05 17:58:48 +0000
  • f3b512c903
    Merge branch 'master' into docs-links-blank Sebastián Ramírez 2026-03-05 09:54:10 -0800
  • 57c907f79b
    Merge branch 'master' into docs-script-md-links #15064 Sebastián Ramírez 2026-03-05 09:53:17 -0800
  • 7edc0b3c49
    Merge branch 'master' into target-blank-js #15063 Sebastián Ramírez 2026-03-05 09:51:52 -0800
  • 0c0be9429f
    🔨 Update script to autofix permalinks to account for headers with Markdown links (#15062) Sebastián Ramírez 2026-03-05 09:46:10 -0800
  • ffe8c13c78 👷 Trigger CI Sebastián Ramírez 2026-03-05 18:27:40 +0100
  • f037c992d3 🔨 Add JS and CSS handling for automatic target=_blank for links in docs Sebastián Ramírez 2026-03-05 18:11:35 +0100
  • 2634fcb52a 🔨 Update script to autofix permalinks to account for headers with Markdown links #15062 Sebastián Ramírez 2026-03-05 18:10:02 +0100
  • 8b375513a7 📝 Update docs links, remove target=_blank, now handled by script Sebastián Ramírez 2026-03-05 18:09:16 +0100
  • 32495b1bcf 📝 Update links in docs to no longer use the classes external-link and internal-link Sebastián Ramírez 2026-03-05 15:33:58 +0100