ocf / ocflib

Python libraries for account and server management
https://pypi.python.org/pypi/ocflib
Other
15 stars 32 forks source link

Restrict pymysql version to below 0.10.0 #213

Closed ja5087 closed 4 years ago

ja5087 commented 4 years ago

this is breaking tests on master due to breaking API changes related to contextmanager

imagine releasing a new library version after 2 years and breaking things and no changelog

nikhiljha commented 4 years ago

changelog is here(?) btw

https://github.com/PyMySQL/PyMySQL/blob/master/CHANGELOG.md

ja5087 commented 4 years ago

thanks, I must have missed that