Skip to content
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

fixed #1830 #1831

Closed
wants to merge 1 commit into from
Closed

fixed #1830 #1831

wants to merge 1 commit into from

Conversation

sven-mayer
Copy link

this will address the problem described in #1830 by adding strict_map_key=False to the function call.

As msgpack prior to 1.0.0 used this as default value this will keep backward compatibility but now also ensures that msgpack >= 1.0.0 works as they put the default parameter to True.

@papr
Copy link
Contributor

papr commented Mar 24, 2020

Thank you for providing a solution to #1830!

Currently, this project requires msgpack==0.5.6. To my knowledge, the strict_map_key was introduced in 0.6.0 and is therefore not compatible with our required version.

I will close this PR for now. But as soon as we upgrade our msgpack requirement, we can merge your contribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants