openedx / openedx/i18n-tools

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

Open
#147 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.