-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
TypeError: unhashable type: 'SecurityGroup' #2204
Comments
Try this patch that moves the __hash__ function to BaseAWSObject:
|
@markpeek I have used your diff and for me it seems to work. |
Fix is in Release 4.5.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, maybe also slightly related to #2196, since upgrading from 4.4.x to
4.5.0
/4.5.1
, we are receiving this compile error:Minimal code to reproduce:
We also have been relying multiple years on the SecurityGroup as keys to dict.
What to do now?
The text was updated successfully, but these errors were encountered: