Skip to content

Commit 8fbc66c

Browse files
karajan1001pmrowla
andauthored
Solve pygit2 version conflict (#49)
* Solve `pygit2` version conflict In version 1.5.0, I got a > ImportError: cannot import name 'GIT_MERGE_PREFERENCE_FASTFORWARD_ONLY' from 'pygit2' `GIT_MERGE_PREFERENCE_FASTFORWARD_ONLY` was introduced in 1.6.0. Upgrade the min version of `pygit2` to fix it. Co-authored-by: Peter Rowlands (변기호) <[email protected]>
1 parent fa96006 commit 8fbc66c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ packages = find:
2626
install_requires=
2727
gitpython>3
2828
dulwich>=0.20.34
29-
pygit2>=1.5.0
29+
pygit2>=1.7.2
3030
pygtrie>=2.3.2
3131
fsspec>=2021.7.0
3232
pathspec>=0.9.0,<0.10.0

0 commit comments

Comments
 (0)