enable upgrade of `Path` to 17.0.0 by modifying deprecated methods
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 26
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the code using Path.abspath and the dependency constraint that pins Path<=16.16.0. Read how those deprecated methods are used, update the code for Path 17.0.0 compatibility, remove the constraint, and verify the project still works without the pin.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- localization
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100