watchman-pypi

Results 64 comments of watchman-pypi

### Solution 1. Fix your direct dependencies to be **_urllib3>=1.21.1,

### Solution 1. Fix your direct dependency to be urllib3>=1.21.1,

@dylankilkenny Could you please help me review this issue? Thank you very much! BTW, dependency conflict problems are very common in practice in python ecosystem. I have encountered the issues...

### Solution Remove your direct dependency **_urllib3_**, and use **_urllib3_** transitively introduced by **_requests_**. @dylankilkenny May I submit a PR to solve this issue?

### Solution 1. Fix your direct dependency to be **_update-checker>=0.16_** . I have checked this revision will not affect your downstream projects now. 2. Remove your direct dependency **_update-checker_**, and...

### Dependency tree----- ``` aiocontextvars - 0.2.2 | +- contextvars(install version:2.4 version range:==2.4) ``` ``` gumbelcodes - 0.9 | +- aiocontextvars(install version:0.2.2 version range:==0.2.2) | | +- contextvars(install version:2.4 version...

@decaz,Could you help me review this issue? Thx :p

@fantix,Could you help me review this issue? Thx :p

### Suggested Solution 1. Ask your upstream project **_mapbox_** to fix his direct dependency to be **_python-dateutil =2.5.0_**. I have checked this revision will not affect your downstream projects now....

### Solution 1. Loosen version constraint of pyasn1 to >=0.4.1. 2. Upgrade pyasn1 to ==0.4.6. 3. Add pyasn1-modules == 0.2.1 as a direct dependency in the requirement.txt Which solution do...