juju / charm-tools

Tools for charm authors and maintainers
Other
42 stars 64 forks source link

Pin the version of path since 17.0 removed deprecated methods #675

Closed addyess closed 1 month ago

addyess commented 1 month ago

With path==17.0.0, some methods have been deprecated which were in use by this project

Since path.py was just a direct install of path with no restrictions, lets just remove path.py and pin path

https://github.com/jaraco/path/commit/7e23a1d7a5fc6412926e6e72be00e5479e86fec4

Checklist

addyess commented 1 month ago

Resolves issue #674