]> git.ipfire.org Git - thirdparty/starlette.git/commit
Remove deprecated `allow_redirects` argument from `TestClient` (#2808)
authorRenan Heckert Leal <123672970+lealre@users.noreply.github.com>
Wed, 25 Dec 2024 08:45:38 +0000 (08:45 +0000)
committerGitHub <noreply@github.com>
Wed, 25 Dec 2024 08:45:38 +0000 (09:45 +0100)
commitc82acf3a03a9b97ffc4332cd3970a1f679383aeb
tree671aed1653cdc64ed7f3834427eaacbbd5e74d39
parentf884b6649ea7e0b019443a265db7ff62ebe7914b
Remove deprecated `allow_redirects` argument from `TestClient` (#2808)
pyproject.toml
starlette/testclient.py
tests/middleware/test_https_redirect.py
tests/test_responses.py