Commit Graph

  • 29daf934a4 Openapi schema gen preserve order of field remap Matt Hill 2025-11-26 08:22:25 +0000
  • b419cf06a1
    🎨 Auto format #14408 pre-commit-ci-lite[bot] 2025-11-26 05:31:59 +0000
  • f5d77e5b4a Merge remote-tracking branch 'origin/query_method' into query_method Rauan 2025-11-26 10:31:05 +0500
  • 1d327c7f55 📝 Add docs for HTTP QUERY method Rauan 2025-11-26 10:15:28 +0500
  • 5960ddebfa
    🎨 Auto format pre-commit-ci-lite[bot] 2025-11-26 04:50:22 +0000
  • fae884e319 test: Add comprehensive tests for HTTP QUERY method support Rauan 2025-11-26 09:40:41 +0500
  • dbb01d23aa feat: Add support for HTTP QUERY method Rauan 2025-11-26 09:30:01 +0500
  • 367b272a60 Fix `scopes` deprecation message and `Security` docstring Yurii Motov 2025-11-25 22:01:16 +0100
  • f42161cd19 Update note in docs Yurii Motov 2025-11-25 21:41:12 +0100
  • ffe1924289 Rename module with tests to better reflect meaning #14373 Yurii Motov 2025-11-25 20:49:48 +0100
  • 8e1f870dcb Add test for deprecation warning when `scopes` is used Yurii Motov 2025-11-25 20:48:38 +0100
  • ab2a92e0a2 Handle mistakes when wrong value is passed to `scope` Yurii Motov 2025-11-25 20:47:48 +0100
  • 7dcfecf606 Add `scope` parameter to `Security` Yurii Motov 2025-11-25 20:45:45 +0100
  • ed8040aa98 Handle mistakes when wrong value is passed to `scopes` or `oauth_scopes` Yurii Motov 2025-11-25 20:44:37 +0100
  • 73fd05ccf0 Add `oauth_scopes`, deprecate `scopes` Yurii Motov 2025-11-25 20:37:35 +0100
  • 4a7e63ce3d
    docs: correct RequestValidationError inheritance detail Mohammedsohil Shaikh 2025-11-25 22:54:25 +0530
  • 3e6c2c6bdd Add a note in `behinf-a-proxy.md` Yurii Motov 2025-11-25 17:08:33 +0100
  • 972c0c507d Fix docstring of `servers` parameter Yurii Motov 2025-11-25 16:38:13 +0100
  • 6c2fc4d4aa
    Merge branch 'master' into fix-required-none-docs #14250 Mahdi 2025-11-25 09:58:47 +0330
  • 444cac07cf Merge remote-tracking branch 'upstream/master' HexMix 2025-11-25 11:01:56 +0800
  • 04eb1fb6d7
    Merge branch 'fastapi:master' into solve-dependencies-generator-didnt-yield Jeremy Epstein 2025-11-25 09:51:18 +1100
  • f4767e4854 single app object Jeremy Epstein 2025-11-25 09:50:14 +1100
  • 1ea1ff58be
    more neutral text Jeremy Epstein 2025-11-25 09:44:09 +1100
  • 7dde3ee346
    self descriptive path Jeremy Epstein 2025-11-25 09:43:55 +1100
  • 245774d62c
    Merge branch 'master' into kczapla/fix-sql-databases-docs #14332 Krzysztof Czapla 2025-11-24 20:49:17 +0100
  • 68d1745dc3
    Merge branch 'master' into fix-background-tasks-overwrite #14386 vishwa 2025-11-25 01:08:34 +0530
  • 8cdf7dbebe
    Merge branch 'master' into fix-httpbasic-realm-required #14384 vishwa 2025-11-25 00:56:25 +0530
  • 5b0625df96 🔖 Release version 0.122.0 0.122.0 Sebastián Ramírez 2025-11-24 20:14:34 +0100
  • 8732c53478 📝 Updates release notes Sebastián Ramírez 2025-11-24 20:12:28 +0100
  • a4ef97afd9 📝 Update release notes github-actions[bot] 2025-11-24 19:03:33 +0000
  • 51ad909ffe
    🐛 Use `401` status code in security classes when credentials are missing (#13786) Motov Yurii 2025-11-24 20:03:06 +0100
  • 61d703e761 🐛 Fix types for Python 3.8 #13786 Sebastián Ramírez 2025-11-24 19:33:50 +0100
  • 3e80032104 📝 Fix docs include Sebastián Ramírez 2025-11-24 19:33:38 +0100
  • 8af7b8a3e4 Update recent test Sebastián Ramírez 2025-11-24 19:29:12 +0100
  • f89fef5f42
    Merge branch 'master' into fix-403-response-code-in-auth-schemes Sebastián Ramírez 2025-11-24 10:19:04 -0800
  • 600897d5d9 🔧 Update MkDocs config, add new docs Sebastián Ramírez 2025-11-24 19:18:02 +0100
  • e0a2422056 📝 Add new docs to override default error status codes Sebastián Ramírez 2025-11-24 19:17:42 +0100
  • 83bd867dac Add tests for the new docs sources Sebastián Ramírez 2025-11-24 19:16:00 +0100
  • 21750e8af4 📝 Add source examples for new docs, for customizing the error for security utils Sebastián Ramírez 2025-11-24 19:15:27 +0100
  • f6bf39b592 📝 Update existing tutorials to use the same new error detail Sebastián Ramírez 2025-11-24 19:14:53 +0100
  • 3fbf5c98ff Update tests to check the same error for HTTP security utils Sebastián Ramírez 2025-11-24 19:13:09 +0100
  • 61b4f13b62 ♻️ Refactor HTTP security utility classes to simplify them, use the same type of error for invalid authentication Sebastián Ramírez 2025-11-24 19:09:07 +0100
  • 5b62879341
    Merge branch 'master' into fix_422_code Javier Sánchez Castro 2025-11-24 17:33:20 +0100
  • 503b68d2db
    Merge branch 'master' into fix/docs-multiple-typos Peyton Nowlin 2025-11-24 11:03:03 -0500
  • 64cef34eab 🔥 Remove tests for `not_authenticated_status_code` parameter, as it's refactored into subclassing Sebastián Ramírez 2025-11-24 16:56:22 +0100
  • f7d88c09e5 Update tests Sebastián Ramírez 2025-11-24 16:55:02 +0100
  • dcd5b168df ♻️ Refactor implementation of security schemes to allow subclassing to create the exception to be raised Sebastián Ramírez 2025-11-24 16:54:18 +0100
  • 7e53ba1b8f
    Merge 560016f85f into e2354a0a06 #13758 Harry 2025-11-24 15:02:48 +0000
  • e2354a0a06 📝 Update release notes github-actions[bot] 2025-11-24 15:00:36 +0000
  • cc66dee55c 📝 Update release notes github-actions[bot] 2025-11-24 15:00:29 +0000
  • ecfb752487 📝 Update release notes github-actions[bot] 2025-11-24 15:00:13 +0000
  • 8b18522205 📝 Update release notes github-actions[bot] 2025-11-24 15:00:12 +0000
  • a2395e0243 📝 Update release notes github-actions[bot] 2025-11-24 14:59:55 +0000
  • c7d05a903c 📝 Update release notes github-actions[bot] 2025-11-24 14:58:56 +0000
  • ab33b45718
    👷 Upgrade `latest-changes` GitHub Action and pin `actions/checkout@v5` (#14403) Sofie Van Landeghem 2025-11-24 15:58:32 +0100
  • 2ef7d76939 👷 Upgrade latest-changes and pin actions/checkout@v5 #14403 svlandeg 2025-11-24 15:39:39 +0100
  • fcdad3a183 Moved conversion logic to `_extract_form_body`, added test to cover case with dependency Yurii Motov 2025-11-24 14:15:36 +0100
  • 689c11b535 Merge remote-tracking branch 'upstream/master' into fix/uploadfile-downcast Yurii Motov 2025-11-24 14:10:19 +0100
  • 08f1eae517
    ⬆ Bump actions/checkout from 5 to 6 #14402 dependabot[bot] 2025-11-24 11:40:30 +0000
  • 5302f988cf linter Javier Sánchez 2025-11-24 12:30:50 +0100
  • cf424613b3 update test Javier Sánchez 2025-11-24 12:22:09 +0100
  • c5e6fb8fcb
    Merge branch 'master' into fix/ref #14361 Sofie Van Landeghem 2025-11-24 12:16:26 +0100
  • 26ca9444aa
    🎨 Auto format pre-commit-ci-lite[bot] 2025-11-24 11:15:59 +0000
  • a244fd8ad2
    Fix formatting issue in applications.py Javier Sánchez Castro 2025-11-24 12:15:09 +0100
  • 9efed7f94e
    🎨 Auto format #14401 pre-commit-ci-lite[bot] 2025-11-24 10:54:37 +0000
  • ac4bfca4cf docs: add BackgroundTasks usage example niral 2025-11-24 16:20:45 +0530
  • fe49c85e9e
    Remove self-inclusion assertion for APIRouter Javier Sánchez Castro 2025-11-24 01:11:00 +0100
  • e4871bc4d5
    Delete tests/test_router_circular_import.py Javier Sánchez Castro 2025-11-24 01:10:21 +0100
  • 26278c37b4
    🎨 Auto format pre-commit-ci-lite[bot] 2025-11-24 00:08:42 +0000
  • 161185b416
    Change validation error type to RequestMalformedError Javier Sánchez Castro 2025-11-24 01:06:19 +0100
  • a3bd484b8c
    Add RequestMalformedError handler to exception handling Javier Sánchez Castro 2025-11-24 01:05:18 +0100
  • 4165d1cf6c
    Add handler for RequestMalformedError exceptions Javier Sánchez Castro 2025-11-24 01:03:14 +0100
  • a704d7e514
    Add RequestMalformedError exception class Javier Sánchez Castro 2025-11-24 01:02:29 +0100
  • e24b9e9436
    Merge branch 'master' into master Javier Sánchez Castro 2025-11-24 00:58:27 +0100
  • 5265c4f5cb
    🔧 Configure labeler to exclude files that start from underscore for `lang-all` label (#14213) Motov Yurii 2025-11-23 21:10:04 +0100
  • 4f3ff79736
    👷 Add pre-commit config with local script for permalinks (#14398) Sebastián Ramírez 2025-11-23 09:41:43 -0800
  • 75f191018a 🔥 Remove commented unused config #14398 Sebastián Ramírez 2025-11-23 18:38:06 +0100
  • f45f76f1a4 🎨 Auto format github-actions[bot] 2025-11-23 17:37:08 +0000
  • eb05a1f839 👷 Update CI uv config Sebastián Ramírez 2025-11-23 18:31:40 +0100
  • 539cce2794 👷 Do not use system Python Sebastián Ramírez 2025-11-23 18:30:12 +0100
  • 656ac4631a Install regular dev dependencies to include requirements-docs.txt Sebastián Ramírez 2025-11-23 18:27:17 +0100
  • f1d78c13b4 👷 Install dependencies for CI Sebastián Ramírez 2025-11-23 18:23:52 +0100
  • 53964d94c0 🍻 Commit a broken file link to be updated by pre-commit Sebastián Ramírez 2025-11-23 18:21:35 +0100
  • f59db61634 👷 Rename final check step Sebastián Ramírez 2025-11-23 18:20:43 +0100
  • 5bf0ecaa78 🙈 Update gitignore with uv files Sebastián Ramírez 2025-11-23 17:45:18 +0100
  • 131cb2b464 🔧 Update pre-commit config to run local script hook Sebastián Ramírez 2025-11-23 17:44:11 +0100
  • bd5b325722 🔨 Add command to run add-permalinks on specific pages for pre-commit Sebastián Ramírez 2025-11-23 17:43:35 +0100
  • 79bc4b9ca0
    👷 Add custom pre-commit CI (#14397) Sebastián Ramírez 2025-11-23 08:36:34 -0800
  • 711827d54c 👷 Add custom pre-commit CI #14397 Sebastián Ramírez 2025-11-23 17:31:11 +0100
  • ae951f6981
    💄 Use font Fira Code to fix display of Rich panels in docs in Windows (#14387) Sebastián Ramírez 2025-11-23 01:27:40 -0800
  • 4942fef547 💄 Use font Fira Code to fix display of Rich panels in docs in Windows #14387 Sebastián Ramírez 2025-11-23 10:12:44 +0100
  • d24bfcf220 🎨 [pre-commit.ci] Auto format from pre-commit.com hooks pre-commit-ci[bot] 2025-11-22 18:46:28 +0000
  • 3a84d397fb Test: Add coverage for BackgroundTasks collection and pragma for unreachable code kumarvishwajeettrivedi 2025-11-23 00:08:20 +0530
  • 258ee6eec7 Fix: Merge background tasks from dependency and custom response kumarvishwajeettrivedi 2025-11-22 18:20:33 +0530
  • 3d124f0b18 🎨 [pre-commit.ci] Auto format from pre-commit.com hooks pre-commit-ci[bot] 2025-11-22 12:15:35 +0000
  • 7596d0cbfd Test: Add test for empty realm to fix coverage kumarvishwajeettrivedi 2025-11-22 17:45:05 +0530
  • a053ad6bea Fix: Make Basic Auth realm required per RFC 7235 kumarvishwajeettrivedi 2025-11-22 17:29:05 +0530
  • e5f643c79a 🎨 [pre-commit.ci] Auto format from pre-commit.com hooks #14382 pre-commit-ci[bot] 2025-11-22 09:11:43 +0000
  • 13440986a1
    Improve error handling for item retrieval dualtribesman 2025-11-22 10:11:18 +0100
  • cbe5bdb85f
    ⬆ Bump actions/checkout from 5 to 6 (#14381) dependabot[bot] 2025-11-21 14:03:21 +0100