Commit Graph

  • 20527a7148
    Merge branch 'master' into fix_openapi_for_response_model_with_nested_computed_field Motov Yurii 2025-12-12 17:47:16 +0100
  • af05854e91 update to make work with latest master changes merlinz01 2024-10-12 21:59:00 -0400
  • 96d2ca4426 add test for full coverage merlinz01 2024-09-06 07:04:14 -0400
  • 78b49ac9ae update required field test for Pydantic v1 merlinz01 2024-09-06 06:57:14 -0400
  • f433590560 add test for required field and passing null merlinz01 2024-09-05 23:04:10 -0400
  • 1252ed2df5 fix Python version check merlinz01 2024-09-05 22:10:42 -0400
  • 6d1617df7f make compatible with Python <3.10 and Pydantic v1 merlinz01 2024-09-05 21:58:36 -0400
  • 826f11a611 make tests compatible with Python 3.8 and 3.9 merlinz01 2024-09-05 21:36:10 -0400
  • 38610a8fd4 Pass None instead of the default value to parameters that accept it when null is given merlinz01 2024-09-05 14:32:14 -0400
  • b1d9769f97 🔖 Release version 0.124.4 0.124.4 Sebastián Ramírez 2025-12-12 15:59:12 +0100
  • 89157a803c 📝 Update release notes github-actions[bot] 2025-12-12 14:57:20 +0000
  • d86c47477e
    🐛 Fix parameter aliases (#14371) Motov Yurii 2025-12-12 15:56:57 +0100
  • bf5be37363
    Merge branch 'master' into fix-aliases Sebastián Ramírez 2025-12-12 06:52:09 -0800
  • 2bd8f5de05
    Merge 00693fdf40 into 3fe6522aae Computer Network Investigation 2025-12-12 14:33:24 +0000
  • 5ef69246f6
    Merge 6910a5ff33 into 3fe6522aae Yurii Karabas 2025-12-12 14:33:24 +0000
  • e8c2b479d6
    Merge fc509bdc15 into 3fe6522aae commonism 2025-12-12 14:33:23 +0000
  • 3fe6522aae 🔖 Release version 0.124.3 0.124.3 Sebastián Ramírez 2025-12-12 15:32:58 +0100
  • 80d1f732e5 📝 Update release notes github-actions[bot] 2025-12-12 14:31:45 +0000
  • c0556ac3a5
    🐛 Fix support for tagged union with discriminator inside of `Annotated` with `Body()` (#14512) Sebastián Ramírez 2025-12-12 06:31:21 -0800
  • e0d987fee6 Tweak test for coverage Sebastián Ramírez 2025-12-12 15:22:14 +0100
  • f75daed0a0 🐛 Fix extracting attributes for old Pydantic versions Sebastián Ramírez 2025-12-12 15:08:49 +0100
  • 1643b0b6f5 🐛 Fix support for tagged union with discriminator Sebastián Ramírez 2025-12-12 15:00:04 +0100
  • 10c551636e Add test for union with discriminator Sebastián Ramírez 2025-12-12 14:58:57 +0100
  • 0c4822b40e
    ⬆ Bump actions/cache from 4 to 5 dependabot/github_actions/actions/cache-5 dependabot[bot] 2025-12-12 11:04:44 +0000
  • c408fb1ecf
    Merge 45f3af87cb into 4f3e749d02 Motov Yurii 2025-12-12 08:31:06 +0000
  • 45f3af87cb Update ruff per-file ignores Yurii Motov 2025-12-12 09:29:48 +0100
  • 265626fe69 Remove code examples for Python 3.8 in `wsgi` Yurii Motov 2025-12-11 20:17:47 +0100
  • cc4b6d805a Remove code examples for Python 3.8 in `websockets` Yurii Motov 2025-12-11 20:16:38 +0100
  • 2ae496dff4 Remove code examples for Python 3.8 in `using_request_directly` Yurii Motov 2025-12-11 20:11:53 +0100
  • 20942aef86 Remove code examples for Python 3.8 in `templates` Yurii Motov 2025-12-11 20:10:31 +0100
  • 579889a79a Remove code examples for Python 3.8 in `sub_applications` Yurii Motov 2025-12-11 20:07:08 +0100
  • 1cf8ab14e3 Remove code examples for Python 3.8 in `static_files` Yurii Motov 2025-12-11 20:05:55 +0100
  • 7a8bb7c898 Remove code examples for Python 3.8 in `sql_databases` Yurii Motov 2025-12-11 20:03:54 +0100
  • 786773ac11 Remove code examples for Python 3.8 in `settings` Yurii Motov 2025-12-11 20:01:20 +0100
  • 2e792112bb Remove code examples for Python 3.8 in `separate_openapi_schemas` Yurii Motov 2025-12-11 19:54:06 +0100
  • 680b8a0d16 Remove code examples for Python 3.8 in `security` Yurii Motov 2025-12-11 17:31:52 +0100
  • 188426f40f Remove code examples for Python 3.8 in `schema_extra_example` Yurii Motov 2025-12-11 17:04:20 +0100
  • 8336587ab8 Remove code examples for Python 3.8 in `response_status_code` Yurii Motov 2025-12-11 16:55:18 +0100
  • 9aa9b5c396 Remove code examples for Python 3.8 in `response_model` Yurii Motov 2025-12-11 16:53:14 +0100
  • a64c778ce0 Remove code examples for Python 3.8 in `response_headers` Yurii Motov 2025-12-11 16:40:00 +0100
  • 28a9474a01 Remove code examples for Python 3.8 in `response_directly` Yurii Motov 2025-12-11 16:08:38 +0100
  • bae52613ea Remove code examples for Python 3.8 in `response_cookies` Yurii Motov 2025-12-11 16:03:56 +0100
  • f40bcf171c Remove code examples for Python 3.8 in `response_change_status_code` Yurii Motov 2025-12-11 16:00:30 +0100
  • d566e0d61f Remove code examples for Python 3.8 in `request_forms_and_files` Yurii Motov 2025-12-11 15:59:02 +0100
  • 7cbbe561f7 Remove code examples for Python 3.8 in `request_forms` Yurii Motov 2025-12-11 15:56:58 +0100
  • 9589fd6864 Remove code examples for Python 3.8 in `request_form_models` Yurii Motov 2025-12-11 15:55:26 +0100
  • 965b58c5cd Remove code examples for Python 3.8 in `request_files` Yurii Motov 2025-12-11 15:45:33 +0100
  • c2af158f6c Remove code examples for Python 3.8 in `query_params_str_validations` Yurii Motov 2025-12-11 15:22:27 +0100
  • 2c6bc791d5 Remove code examples for Python 3.8 in `query_params` Yurii Motov 2025-12-11 14:35:11 +0100
  • 41cef9621f Remove code examples for Python 3.8 in `query_param_models` Yurii Motov 2025-12-11 14:27:29 +0100
  • c65124191c Remove code examples for Python 3.8 in `python_types` Yurii Motov 2025-12-11 11:04:24 +0100
  • 4f3fcb3ff6 Remove code examples for Python 3.8 in `pydantic_v1_in_v2` Yurii Motov 2025-12-11 10:09:43 +0100
  • 66de805333 Remove code examples for Python 3.8 in `path_params_numeric_validations` Yurii Motov 2025-12-11 10:04:35 +0100
  • f57bac4afb Remove code examples for Python 3.8 in `path_params` Yurii Motov 2025-12-11 09:53:30 +0100
  • 2bb4f885bf Remove code examples for Python 3.8 in `path_operation_configuration` Yurii Motov 2025-12-11 09:31:40 +0100
  • f310e923bc Remove code examples for Python 3.8 in `path_operation_advanced_configuration` Yurii Motov 2025-12-11 09:24:49 +0100
  • d3280749f1 Remove code examples for Python 3.8 in `openapi_webhooks` Yurii Motov 2025-12-11 09:18:27 +0100
  • dadcad5aac Remove code examples for Python 3.8 in `openapi_callbacks` Yurii Motov 2025-12-11 09:16:21 +0100
  • ec18863b32 Remove code examples for Python 3.8 in `middleware` Yurii Motov 2025-12-11 09:14:16 +0100
  • 13925f2439 Remove code examples for Python 3.8 in `metadata` Yurii Motov 2025-12-11 09:09:10 +0100
  • 72f7481ce0 Remove code examples for Python 3.8 in `header_params` Yurii Motov 2025-12-11 09:04:01 +0100
  • e3ae463424 Remove code examples for Python 3.8 in `header_param_models` Yurii Motov 2025-12-11 08:58:24 +0100
  • fa9d36d2f3 Remove code examples for Python 3.8 in `handling_errors` Yurii Motov 2025-12-11 08:38:59 +0100
  • 16286b7c0d Remove code examples for Python 3.8 in `graphql` Yurii Motov 2025-12-11 08:31:21 +0100
  • e5f3b78407 Remove code examples for Python 3.8 in `generate_clients` Yurii Motov 2025-12-11 08:26:46 +0100
  • c1736a101c Remove code examples for Python 3.8 in `first_steps` Yurii Motov 2025-12-10 21:37:25 +0100
  • 5b81a4ba3e Remove code examples for Python 3.8 in `extra_models` Yurii Motov 2025-12-10 21:31:44 +0100
  • 4603f23b79 Remove code examples for Python 3.8 in `extra_data_types` Yurii Motov 2025-12-10 21:26:40 +0100
  • bdb6756f38 Remove code examples for Python 3.8 in `extending_openapi` Yurii Motov 2025-12-10 21:24:53 +0100
  • 370f02f6d6 Remove code examples for Python 3.8 in `events` Yurii Motov 2025-12-10 21:23:10 +0100
  • 6f36735daa Remove code examples for Python 3.8 in `encoder` Yurii Motov 2025-12-10 21:21:08 +0100
  • 0eb7661fe8 Remove code examples for Python 3.8 in `dependency_testing` Yurii Motov 2025-12-10 21:18:13 +0100
  • 1aa9bc0792 Remove code examples for Python 3.8 in `debugging` Yurii Motov 2025-12-11 14:20:31 +0100
  • 78e5794ef6 Remove code examples for Python 3.8 in `dependencies` Yurii Motov 2025-12-11 14:18:26 +0100
  • 0739753293 Remove code examples for Python 3.8 in `dataclasses` Yurii Motov 2025-12-10 20:32:07 +0100
  • 67275dc45f Remove code examples for Python 3.8 in `custom_response` Yurii Motov 2025-12-10 20:28:15 +0100
  • 541d3f8e4c Remove code examples for Python 3.8 in `custom_request_and_route` Yurii Motov 2025-12-10 20:21:45 +0100
  • 2679c58cbd Remove code examples for Python 3.8 in `custom_docs_ui` Yurii Motov 2025-12-10 20:16:52 +0100
  • e4a4b0e4fa Remove code examples for Python 3.8 in `cors` Yurii Motov 2025-12-10 20:12:50 +0100
  • 0d0f1830c5 Remove code examples for Python 3.8 in `cookie_params` Yurii Motov 2025-12-10 20:09:27 +0100
  • 37f3865910 Remove code examples for Python 3.8 in `cookie_param_models` Yurii Motov 2025-12-10 20:06:30 +0100
  • fcf8a424b7 Remove code examples for Python 3.8 in `configure_swagger_ui` Yurii Motov 2025-12-10 19:57:01 +0100
  • ed47da49b3 Remove code examples for Python 3.8 in `conditional_openapi` Yurii Motov 2025-12-10 19:03:31 +0100
  • 6e42b84e6c Remove code examples for Python 3.8 in `body_updates` Yurii Motov 2025-12-10 19:00:47 +0100
  • 4ffc89e383 Remove code examples for Python 3.8 in `body_nested_models` Yurii Motov 2025-12-10 16:30:00 +0100
  • 05ac6f14b7 Remove code examples for Python 3.8 in `body_multiple_params` Yurii Motov 2025-12-10 16:20:42 +0100
  • 332b405af0 Remove code examples for Python 3.8 in `body_fields` Yurii Motov 2025-12-10 15:46:28 +0100
  • 9fb05d4cee Remove code examples for Python 3.8 in `body` Yurii Motov 2025-12-10 15:29:09 +0100
  • 15d6644ec3 Remove code examples for Python 3.8 in `bigger_applications` Yurii Motov 2025-12-10 15:09:44 +0100
  • 36850d9d90 Remove code examples for Python 3.8 in `behind_a_proxy` Yurii Motov 2025-12-10 15:05:56 +0100
  • c60424337e Remove code examples for Python 3.8 in `background_tasks` Yurii Motov 2025-12-10 14:05:46 +0100
  • 3b563725ee Remove code examples for Python 3.8 in `authentication_error_status_code` Yurii Motov 2025-12-10 13:58:29 +0100
  • b3a3ebba6f Remove code examples for Python 3.8 in `async_tests` Yurii Motov 2025-12-10 13:54:36 +0100
  • 90f06e12f8 Remove code examples for Python 3.8 in `app_testing` Yurii Motov 2025-12-10 13:44:00 +0100
  • 0d064b6507 Remove code examples for Python 3.8 in `advanced_middleware` Yurii Motov 2025-12-10 13:17:26 +0100
  • d990400c09 Remove code examples for Python 3.8 in `additional_status_codes` Yurii Motov 2025-12-10 13:09:51 +0100
  • 2e6de5cd04 Remove code examples for Python 3.8 in `additional-responses` Yurii Motov 2025-12-10 11:42:56 +0100
  • 4f3e749d02 Exclude Python 3.8 from matrix in `test.yml` drop-python3.8-support Yurii Motov 2025-12-12 09:15:03 +0100
  • 8aace37628
    Merge branch 'master' into feature-branch-name Mohamed Ahmed 2025-12-11 17:47:53 -0500
  • 6910a5ff33
    Merge branch 'master' into multiple-query-params-models Yurii Karabas 2025-12-11 23:58:13 +0200