NiklasRosenstein / slap

Slap is a CLI to assist in the process for developing and releasing Python packages.
https://niklasrosenstein.github.io/slap/
Other
21 stars 12 forks source link

Fix breaking change from release of poetry-core 1.7.0 #95

Closed alexespencer closed 1 year ago

alexespencer commented 1 year ago

Need to change from poetry.core.semver.version import Version to from poetry.core.constraints.version import Version

NiklasRosenstein commented 1 year ago

Thanks for fixing this in #96!