Commit Graph

  • 7c8bf4d688
    Refactor `Dependant.is_gen_callable` property for improved memory usage ipeluffo 2026-04-14 11:13:10 +0100
  • 6a074fff5b
    Refactor `Dependant._security_dependencies` property for improved memory usage ipeluffo 2026-04-14 11:08:54 +0100
  • 381ffe4eca
    Fix wrong default ipeluffo 2026-04-14 11:07:10 +0100
  • b89e501c75
    Refactor `Dependant._security_scheme` property for improved memory usage ipeluffo 2026-04-14 11:06:52 +0100
  • a8f68a382f
    Refactor `Dependant._is_security_scheme` property for improved memory usage ipeluffo 2026-04-14 11:04:30 +0100
  • 1d23ed03b9
    Refactor `Dependant._uses_scopes` property for improved memory usage ipeluffo 2026-04-14 11:02:26 +0100
  • cf1a8bb42d
    Refactor `Dependant.cache_key` property for improved memory usage ipeluffo 2026-04-14 10:59:41 +0100
  • a92e6a349f
    Refactor `Dependant.oauth_scopes` property for improved memory usage ipeluffo 2026-04-14 10:57:38 +0100
  • b4c124d192
    ⬆ Bump pillow from 12.1.1 to 12.2.0 dependabot[bot] 2026-04-13 23:41:10 +0000
  • 9653034b8d 📝 Update release notes github-actions[bot] 2026-04-13 12:43:51 +0000
  • 6f9a102faf
    ⬆ Bump cryptography from 46.0.5 to 46.0.7 (#15314) dependabot[bot] 2026-04-13 14:43:26 +0200
  • bca6a545bc
    🎨 Auto format #15331 pre-commit-ci-lite[bot] 2026-04-13 10:03:21 +0000
  • 6766567281 Add example for handling low_confidence ML predictions using HTTPException Nithin Gowda 2026-04-13 15:30:27 +0530
  • e774a05e32
    Fix PydanticUserError for Json[SerializeAsAny[BaseModel]] in get_model_fields #15329 Yuta Hayashibe 2026-04-13 15:29:57 +0900
  • 3e461dd435
    🎨 Auto format #15327 pre-commit-ci-lite[bot] 2026-04-12 13:47:10 +0000
  • 39e5be9196 chore: remove temporary truncation script Contributor 2026-04-12 19:16:12 +0530
  • a2d9e15830 fix: remove stray snapshot code causing syntax error Contributor 2026-04-12 19:16:04 +0530
  • 84353509f0
    🎨 Auto format pre-commit-ci-lite[bot] 2026-04-12 13:25:18 +0000
  • 994f8b91ad test: remove snapshot-based assertion from test_openapi Contributor 2026-04-12 18:54:21 +0530
  • f834ac0a2e Merge branch 'fix/duplicate-operation-id' of https://github.com/mokshagnachintha/fastapi into fix/duplicate-operation-id Contributor 2026-04-12 18:46:31 +0530
  • f95afbda9d test: update expectations for duplicate operation ID fix Contributor 2026-04-12 18:46:22 +0530
  • e58ea05743
    🎨 Auto format pre-commit-ci-lite[bot] 2026-04-12 13:10:18 +0000
  • 21f00fad88 fix: preserve backwards compatibility in generate_unique_id for route creation Contributor 2026-04-12 18:39:22 +0530
  • 085837d1f5 Remove __future__ annotations import from openapi/utils.py Contributor 2026-04-12 18:34:34 +0530
  • dea77831d0 chore: remove temporary test files Contributor 2026-04-12 18:25:54 +0530
  • fb8dfd4e05 chore: remove test helper files Contributor 2026-04-12 18:25:50 +0530
  • 809fd72b35 fix: create separate function for OpenAPI operation ID generation to maintain backward compatibility Contributor 2026-04-12 18:25:20 +0530
  • 79225822bc fix: preserve backwards compatibility in generate_unique_id for route creation Contributor 2026-04-12 18:20:22 +0530
  • 436d404e7f Merge branch 'fix/duplicate-operation-id' of https://github.com/mokshagnachintha/fastapi into fix/duplicate-operation-id Contributor 2026-04-12 18:11:28 +0530
  • b748f0f2a8 fix: add missing __future__ import to openapi/utils.py for type hints compatibility Contributor 2026-04-12 18:11:14 +0530
  • 185157e311
    Merge branch 'master' into fix/duplicate-operation-id mokshagnachintha 2026-04-12 18:05:32 +0530
  • f07af90f37
    🎨 Auto format pre-commit-ci-lite[bot] 2026-04-12 12:34:09 +0000
  • efe03d3be5 Merge branch 'fix/duplicate-operation-id' of https://github.com/mokshagnachintha/fastapi into fix/duplicate-operation-id Contributor 2026-04-12 18:03:13 +0530
  • f4acaf29ff fix: add missing __future__ import for type hints compatibility Contributor 2026-04-12 18:03:02 +0530
  • ed029f02d1
    🎨 Auto format pre-commit-ci-lite[bot] 2026-04-12 12:23:49 +0000
  • 7787e137c0
    🎨 Auto format #15326 pre-commit-ci-lite[bot] 2026-04-12 09:32:45 +0000
  • ec99f14c10 🔒 Automated Security Patch for tests/test_tutorial/test_security/test_tutorial004.py Sumedh R Mundewadi 2026-04-12 15:01:48 +0530
  • a98a2856bc
    🎨 Auto format #15323 pre-commit-ci-lite[bot] 2026-04-12 07:15:32 +0000
  • 253b54f504 🔒 Automated Security Patch for docs/en/docs/js/custom.js Sumedh R Mundewadi 2026-04-12 12:44:36 +0530
  • 33556e8863 🐛 Fix duplicate operationId when using add_api_route() with multiple HTTP methods #15321 ShirGanon 2026-04-11 00:57:33 +0300
  • 558516b7b6
    Merge remote-tracking branch 'upstream/master' into fix/my-first-contribution #15320 giria660 2026-04-10 14:57:59 -0400
  • c1b40c8156
    Add return annotations to dependency utils tests giria660 2026-04-10 14:57:13 -0400
  • c1386e5a80
    Merge branch 'master' into fix/annotated-forwardref-dependency Abishek Kumar Giri 2026-04-10 14:43:32 -0400
  • 6b929602c9 ⬆ Bump ujson minimum from >=5.8.0 to >=5.12.0 and orjson from >=3.9.3 to >=3.9.15 #15319 ahsan.sheraz 2026-04-10 18:31:24 +0200
  • d50bbb487d
    🎨 Auto format #15318 pre-commit-ci-lite[bot] 2026-04-10 16:24:13 +0000
  • 3cfe41bd32
    Merge branch 'master' into setup-zizmor Motov Yurii 2026-04-10 17:48:07 +0200
  • 0e1f26b211 Revert "Introduce issue to test zizmor" Yurii Motov 2026-04-10 17:44:48 +0200
  • 21b7ca1ac7 Introduce issue to test zizmor Yurii Motov 2026-04-10 17:41:53 +0200
  • c5c3280d52 Add zizmor hook to pre-commit Yurii Motov 2026-04-10 17:40:21 +0200
  • d371140714 Setup cooldown period time for Dependabot Yurii Motov 2026-04-09 18:15:12 +0200
  • 3db859bcf9 Resolve `pre-commit.yml` Yurii Motov 2026-04-09 18:13:13 +0200
  • f4e0f3bc2d Resolve `translate.yml` Yurii Motov 2026-04-09 11:49:44 +0200
  • d325e00519 Resolve `topic-repos.yml` Yurii Motov 2026-04-09 11:39:05 +0200
  • 2a58796af9 Resolve `test.yml` Yurii Motov 2026-04-09 11:38:03 +0200
  • a9c02dd8f3 Resolve `test-redistribute.yml` Yurii Motov 2026-04-09 11:36:26 +0200
  • 0e38d3e2fb Resolve `sponsors.yml` Yurii Motov 2026-04-09 11:36:07 +0200
  • 97ed36530f Resolve `smokeshow.yml` Yurii Motov 2026-04-09 11:35:11 +0200
  • dcc894575d Resolve `publish.yml` Yurii Motov 2026-04-09 11:34:30 +0200
  • 3a39613368 Resolve `people.yml` Yurii Motov 2026-04-09 11:25:47 +0200
  • 627b546f2b Resolve `notify-translations.yml` Yurii Motov 2026-04-09 11:25:14 +0200
  • 030a99efb4 Resolve `latest-changes.yml` Yurii Motov 2026-04-09 11:24:15 +0200
  • f54b117601 Resolve `labeler.yml` Yurii Motov 2026-04-09 11:23:11 +0200
  • 912f8bf7c2 Resolve `label-approved.yml` Yurii Motov 2026-04-09 08:39:58 +0200
  • 894b63f4ee Resolve `issue-manager.yml` Yurii Motov 2026-04-09 08:39:32 +0200
  • fe70e9c7ab Resolve `detect-conflicts.yml` Yurii Motov 2026-04-09 08:38:44 +0200
  • e952662b07 Resolve `deploy-docs.yml` Yurii Motov 2026-04-09 08:38:22 +0200
  • dbee7fde7d Resolve `contributors.yml` Yurii Motov 2026-04-09 08:36:46 +0200
  • 950e4feca1 Resolve `build-docs.yml` Yurii Motov 2026-04-09 08:36:16 +0200
  • fdc24cc85c Resolve `add-to-project.yml` Yurii Motov 2026-04-09 08:24:46 +0200
  • 8287325181
    🎨 Auto format #15315 pre-commit-ci-lite[bot] 2026-04-09 01:32:30 +0000
  • 5d61e00382 feat(security, encoders): add cookie/SSO auth helpers and fix pydantic v2 encoder path ilike314272 2026-04-08 21:23:50 -0400
  • 5d88886a0b
    Merge pull request #1 from AlePiccin/claude/fix-client-disconnect-handling-st3Fu Alexandre Piccin 2026-04-08 22:20:51 -0300
  • 8e95d0a64c
    fix: prevent ClientDisconnect from being misreported as HTTP 400 body parsing error Claude 2026-04-09 01:06:26 +0000
  • a992ac3bcf feat(security, encoders): add cookie/SSO auth helpers and fix pydantic v2 encoder path ilike314272 2026-04-08 20:27:45 -0400
  • df232152d5
    ⬆ Bump cryptography from 46.0.5 to 46.0.7 #15314 dependabot[bot] 2026-04-08 20:54:16 +0000
  • 181604c7aa Fix #13056: Handle Annotated with ForwardRef in OpenAPI generation #15313 ChampChamp 2026-04-09 03:57:42 +0800
  • 80d5888695 Add per-router exception handlers for APIRouter Michał Połtyn 2026-03-06 14:03:51 +0100
  • eba8942c81 📝 Update release notes github-actions[bot] 2026-04-07 09:50:22 +0000
  • 77d080caf8
    ⬆ Bump strawberry-graphql from 0.307.1 to 0.312.3 (#15309) dependabot[bot] 2026-04-07 11:49:52 +0200
  • 7f2db1c165
    ⬆ Bump strawberry-graphql from 0.307.1 to 0.312.3 #15309 dependabot[bot] 2026-04-06 18:08:18 +0000
  • 5bdfa0249f 🔧 Add pragma comments to pass test coverage. #15307 Dima Bulavenko 2026-04-06 08:59:52 +0100
  • bd652a3649 Use eval_type_lenient instead of try_eval_type for older Pydantic version Dima Bulavenko 2026-04-06 08:33:56 +0100
  • 1c4c9a1d8b
    🎨 Auto format pre-commit-ci-lite[bot] 2026-04-06 06:18:01 +0000
  • fa599c92b3 🔧 Add throwing error on unresolvable annotations and add comprehensive tests Dima Bulavenko 2026-04-06 06:25:59 +0100
  • 745d820e41 fix: V-001 security vulnerability #15306 Ubuntu 2026-04-06 04:29:23 +0000
  • 8a05f569a4 Fix get_path_param_names to strip path converters #15305 bahtya 2026-04-06 11:04:43 +0800
  • edd5be62d6 Address review feedback: plain text errors, configurable on_error, perf docs faisalsaificode 2026-04-05 22:59:24 +0530
  • a7e6ed35c7 Add nested forward-ref regression coverage #15300 itsviseph 2026-04-05 13:33:55 +0530
  • f867a20491
    🎨 Auto format pre-commit-ci-lite[bot] 2026-04-04 16:25:14 +0000
  • aab5905a07 Preserve Annotated dependency metadata for stringified refs itsviseph 2026-04-04 21:53:13 +0530
  • d7be7f6b05 Merge remote-tracking branch 'upstream/master' into pin-actions-by-sha #15261 pin-actions-by-sha Yurii Motov 2026-04-03 21:41:31 +0200
  • b269f891e8 Pin pre-commit hook by hash Yurii Motov 2026-04-03 21:41:11 +0200
  • 6513de420d
    🎨 Auto format pre-commit-ci-lite[bot] 2026-04-03 19:38:11 +0000
  • 95f571efc9 Add AuthStaticFiles to support authentication for static file serving faisalsaificode 2026-04-04 01:04:30 +0530
  • eacbc1d6ba Merge branch 'master' of https://github.com/NITHIVARSHATP-07/fastapi #15294 NITHIVARSHA T P 2026-04-03 23:57:56 +0530
  • 1152ca2441 fix: updated NITHIVARSHA T P 2026-04-03 23:57:53 +0530
  • e92e3b3772
    🎨 Auto format pre-commit-ci-lite[bot] 2026-04-03 17:23:48 +0000
  • 36e1d24911 fix: pre-commit formatting issues NITHIVARSHA T P 2026-04-03 22:52:51 +0530
  • 68bd79cfbe 🌐 Add Tamil translation for index.md NITHIVARSHA T P 2026-04-03 22:38:20 +0530
  • 4850599704
    Merge branch 'master' into feat/314t #15149 Sofie Van Landeghem 2026-04-03 14:10:44 +0200