openedx / i18n-tools

Tools to help with internationalization and localization of Open edX projects
Apache License 2.0
26 stars 31 forks source link

enable upgrade of `Path` to 17.0.0 by modifying deprecated methods #147

Open deborahgu opened 1 month ago

deborahgu commented 1 month ago

Path 17.0.0 deprecated abspath which will need to be modified in this code. For now I am making a PR to pin Path<=16.16.0 as a constraint, but the deprecated code should be modified, and the constraint should be removed.