jasondcamp / pyway

A Flyway like migration manager written in python.
GNU General Public License v3.0
24 stars 12 forks source link

Loosen the dependency version on psycopg2 #27

Closed steinwelberg closed 10 months ago

steinwelberg commented 11 months ago

I'd like to propose to loosen the psycopg2 dependency version to allow consumers of the library to upgrade it to a higher version without requiring a release of the pyway lib.

jasondcamp commented 10 months ago

Sorry for the delay here, I'd be happy to add this to the next version of release but there's a typo in the first line of the requirements file. If you can fix that, I'll merge this in. Thank you, great suggestion!

jasondcamp commented 10 months ago

Actually it would be great if you could create a PR to merge this into the pyway-0.3.17 branch - I just created it for some feature enhancements.

jasondcamp commented 10 months ago

Figured out how to merge this in and give you credit! Closing this PR, merged it into the 0.3.17 branch and committed that.