KeenClient-Python
KeenClient-Python copied to clipboard
Fix only six's major version
This PR changes the six dependency to fix only the major (1.X.Y) version. Libraries should not fix minor versions, it is a source of conflicts. If dependencies follow semver (which they should), upgrading a minor version should not break.