# HG changeset patch # User Mads Kiilerich # Date 2015-03-31 01:16:53 # Node ID 98a02b20c75114ec5a8cd41ed691f2cdb1248d8a # Parent 437ecfbba58da630b03bff34efb42d33dd1d4d79 setup: constrain dulwich to version 0.9.9 65c5e70a1d0c bumped the version to 0.10 but there seems to be some unicode compatibility issues there. So for now, just stay on 0.9.9 which both works and has the fix for CVE-2015-0838. diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ requirements = [ "pycrypto>=2.6.0,<=2.6.1", "URLObject==2.3.4", "Routes==1.13", - "dulwich>=0.9.9,<=0.10.1", + "dulwich>=0.9.9,<=0.9.9", ] if sys.version_info < (2, 7):