Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMismatch requirements between gitpython and gitdb #984
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since:
gitpython-developers/gitdb@db9a65e#diff-cb33ff3d8cc897a097528366a431b077
gitdb.utils.compat
doesn't existThis makes any version prior to https://github.com/gitpython-developers/GitPython/tree/3.0.6
to fail because the requirement is not limited to
<3.0.2
in the requirements :https://github.com/gitpython-developers/GitPython/blob/3.0.6/requirements.txt