-
-
Notifications
You must be signed in to change notification settings - Fork 101
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
CIMultiDict has incompatible type Dict[istr, str] #644
Comments
Would you make a Pull Request with fix? |
Yes! |
I don't quite understand how to fix it. |
q0w
added a commit
to q0w/multidict
that referenced
this issue
Jan 19, 2022
q0w
added a commit
to q0w/multidict
that referenced
this issue
Jan 19, 2022
4 tasks
asvetlov
pushed a commit
that referenced
this issue
Jan 22, 2022
* Fix #644 * Add changelog * Get path obj from stem * Fix changelog
asvetlov
added a commit
that referenced
this issue
Jan 24, 2022
The PR breaks aiohttp and almost every project that depends on multidict. |
asvetlov
added a commit
that referenced
this issue
Jan 24, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Long story short
The
mypy
checks fail if the dictionary keys passed to the constructor are of theistr
type.Expected behaviour
The
mypy
checks have passed.Actual behaviour
Error from
mypy
:Steps to reproduce
Run
mypy
on this script:Your environment
Python v3.9.4
aiohttp v3.7.4.post0
multidict v5.1.0
mypy v0.910
The text was updated successfully, but these errors were encountered: