]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
⬆ Upgrade Starlette to `0.21.0`, including the new [`TestClient` based on HTTPX]...
authorPaweł Rubin <pawelrubin19@gmail.com>
Sun, 13 Nov 2022 14:26:09 +0000 (15:26 +0100)
committerGitHub <noreply@github.com>
Sun, 13 Nov 2022 14:26:09 +0000 (15:26 +0100)
commitfdbd48be5fc6ef4bfd9bdd4582006f70b7a52317
treef72f3c9c9bbe6ea6cf77e27999a04b1491bc4248
parent5f67ac6fd61a1269a8f3a9c896b98906019e2b32
⬆ Upgrade Starlette to `0.21.0`, including the new [`TestClient` based on HTTPX](https://github.com/encode/starlette/releases/tag/0.21.0) (#5471)

Co-authored-by: Paweł Rubin <pawel.rubin@ocado.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
26 files changed:
fastapi/security/api_key.py
fastapi/security/http.py
fastapi/security/oauth2.py
fastapi/security/open_id_connect_url.py
fastapi/security/utils.py
pyproject.toml
tests/test_enforce_once_required_parameter.py
tests/test_extra_routes.py
tests/test_get_request_body.py
tests/test_param_include_in_schema.py
tests/test_security_api_key_cookie.py
tests/test_security_api_key_cookie_description.py
tests/test_security_api_key_cookie_optional.py
tests/test_tuples.py
tests/test_tutorial/test_advanced_middleware/test_tutorial001.py
tests/test_tutorial/test_body/test_tutorial001.py
tests/test_tutorial/test_body/test_tutorial001_py310.py
tests/test_tutorial/test_cookie_params/test_tutorial001.py
tests/test_tutorial/test_cookie_params/test_tutorial001_py310.py
tests/test_tutorial/test_custom_request_and_route/test_tutorial001.py
tests/test_tutorial/test_custom_response/test_tutorial006.py
tests/test_tutorial/test_custom_response/test_tutorial006b.py
tests/test_tutorial/test_custom_response/test_tutorial006c.py
tests/test_tutorial/test_path_operation_advanced_configurations/test_tutorial006.py
tests/test_tutorial/test_path_operation_advanced_configurations/test_tutorial007.py
tests/test_tutorial/test_websockets/test_tutorial002.py