]> git.ipfire.org Git - thirdparty/httpx.git/commit
Raise `TypeError` on invalid query params. (#2523)
authorTom Christie <tom@tomchristie.com>
Fri, 30 Dec 2022 20:56:48 +0000 (20:56 +0000)
committerGitHub <noreply@github.com>
Fri, 30 Dec 2022 20:56:48 +0000 (20:56 +0000)
commit4cbf13ece2e584b45b935df0a0c670e1863c4569
tree24e6ba6a8bb4faf7b3ebd4fdd13a32ed6451979a
parent10a3b68a71d6cb16b170dec4efe2ec1ae197d65f
Raise `TypeError` on invalid query params. (#2523)

* Raise TypeError on invalid query params

* Fix TypeError

* Update tests/models/test_queryparams.py

Co-authored-by: Michael Adkins <contact@zanie.dev>
* Linting

* Fix exception check

Co-authored-by: Michael Adkins <contact@zanie.dev>
httpx/_utils.py
tests/models/test_queryparams.py