civisanalytics / civis-python

Civis API Python Client
BSD 3-Clause "New" or "Revised" License
34 stars 26 forks source link

Pyyaml requirements differ on github from package on pypi.org #313

Closed mcoirad-gmmb closed 5 years ago

mcoirad-gmmb commented 5 years ago

The latest 1.10.0 version of the civis python package on github lists its pyyaml requirement as "pyyaml>=3.0,<=5.99" (link) but downloading the source of 1.10.0 on pypi.org (link) the requirement is "pyyaml>=3.0,<=3.99"

When using the default source in pip to install this can cause problems, as some other packages require pyyaml > 3.99

mcoirad-gmmb commented 5 years ago

Sorry, my bad, the release of 1.10 was back in April -- requirements only updated recently.

stephen-hoover commented 5 years ago

Yes, we updated the requirements in https://github.com/civisanalytics/civis-python/pull/293 . It will be included in the next release.