-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
collections.OrderedDict is not hashable #133
Comments
Thank you for opening this issue. This is definitely a bug related to how |
Hey @hhcs9527 I merged the fix, you can take a look. |
Hi, |
I’m going to make a new release this week, so if you find another issue, it will most likely be fixed in it. Until then you can install mashumaro from git:
|
Thanks for the explanation, so I can expect this change will be in Thanks. |
@hhcs9527 it will be 3.9 |
Thanks for the notification! |
I'm waiting for @gshank to answer on another issue but in any case it won't be later than Thursday. |
Thanks for the response. |
Release 3.9 is ready! I hope you enjoy it :) |
Description
TypeError: unhashable type: 'collections.OrderedDict'
, but the readme shows it supports this typeWhat I Did
Thanks for the help!
The text was updated successfully, but these errors were encountered: