-
-
Notifications
You must be signed in to change notification settings - Fork 700
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to httpx 0.20.0 (request() got an unexpected keyword argument 'allow_redirects') #1488
Comments
Upgrading to 0.20.0 gives me lots of the following errors:
It looks like the full query string is now being treated as the name of the database. |
I think the issue is in
|
So |
This is weird - as far as I can tell |
I think this is the change in Previously it was using |
* Upgrade to httpx 0.20, closes #1488 * TestClient.post() should not default to following redirects
This is caused by a change made to
httpx
in https://github.com/encode/httpx/releases/tag/0.20.0The text was updated successfully, but these errors were encountered: