-
Notifications
You must be signed in to change notification settings - Fork 45
Updates for 0.3.0 #61
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
Conversation
1c79d16
to
5de140b
Compare
5de140b
to
1bcf7bc
Compare
Python < 3.8 does not support it
...by ensuring consistent ordering of the classes from which it's constructed, based on the class name.
...to mark greater compatibility
1bcf7bc
to
7ffc113
Compare
7ffc113
to
5d305a2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Rami!
@necaris. Thanks for the timely response!! My env is: For this env, the issues occurs all the time:
I think it is because for |
Ah.. I think I need to upgrade graphene version.. |
I wonder if we can test the version of graphene here to make it backward compatible. Currently, upgrading the version of If I comment out the line if "type_" not in field_kwargs and "type" in field_kwargs:
field_kwargs["type_"] = field_kwargs.pop("type") It will work. |
Fixes for: