scopely-devops / skew

Apache License 2.0
242 stars 70 forks source link

pypi release to fix pyyaml dep hardcode #99

Closed kapilt closed 6 years ago

kapilt commented 8 years ago

else it can cause skew installation errors when used as a dependency due to mismatched pypi versions across transitive dep set on pyyaml otherwise. ie. if one dep depends on any version greater than pyyaml > 3.11 and skew in current form pins it to 3.11 and 3.12 gets installed for the other dep, then skew install barfs.

simple fix was already merged in #97 but needs a release to close the loop.

kapilt commented 7 years ago

bump.. any chance we can get a release for the dependency fix/issue on pyyaml version hardcode?

avram commented 6 years ago

Released https://pypi.org/project/skew/0.17.0/