-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Missing update method on the CaseInsensitiveDict #7632
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
Comments
Thanks! The issue isn't that It's my mistake; I can send an alternative PR to fix it :) |
Thanks for the quick response and the background info @AlexWaygood. Feel free to send an alternative PR; you're the expert here :) |
#7634 should fix it, though I haven't tested it. I'm pretty sure the recent switch to using |
We got mypy errors after the release 6 hours ago:
This is when we do (simplified):
Also part of the docs: https://docs.python-requests.org/en/master/user/advanced/
I think the
CaseInsensitiveDict
should also contain the.update()
method. Will open a PR in a second.The text was updated successfully, but these errors were encountered: