Upgrade jsonschema dependency and schema versions
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 35/100
Research direction
After Python 3.6 support is dropped, locate the jsonschema dependency declaration and the existing JSON schemas, then inspect the tests that validate them. Update the dependency and schema references together, replace the specified UUID regexes, and run the schema validation tests to confirm the updated schemas still validate.
Written by the indexing model from the issue text.
Description
Overview
Currently, le-utils does not directly require jsonschema directly, but does provide code to use schemas in the Kolibri ecosystem. The current JSON schemas are limited to Draft-07 because the latest version of jsonschema to support Python 3.6 only supports up to that draft. The le-utils project must continue to support Python 3.6 until it is deprecated in Kolibri. Once that happens, we can upgrade jsonschema (used in tests) and update the existing schemas to user a newer schema version, 2019 or 2020.
Prerequisite
le-utilsdrops support for Python 3.6
Description and outcomes
- Update the
jsonschemaversion to the latest release that aligns withle-utilspython version requirements - Update all JSON schemas to reference a newer schema version
- Ensure the updated schemas still validate
- Replace any UUID regexes with
"format": "uuid"(added in 2019-09)
- Dominant language
- Python
- Stars
- 7
- Forks
- 36
- Avg merge
- 5d 1h
- Merged PRs (30d)
- 1
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.
More from learningequality/le-utils
-
Difficulty 4/5 3-5 days Newbie friendliness 20/100
learningequality/le-utils#187 ·
-
Difficulty 5/5 Over a week Newbie friendliness 20/100
learningequality/le-utils#186 ·
-
Difficulty 5/5 Over a week Newbie friendliness 25/100
learningequality/le-utils#185 ·
-
Difficulty 5/5 Over a week Newbie friendliness 20/100
learningequality/le-utils#184 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
learningequality/le-utils#183 ·
All issues in learningequality/le-utils
Similar issues
-
triage/confirmed
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
agentscope-ai/agentscope#2775 ·
-
comp/desktop P3 type/bug
Difficulty 1/5 Under an hour Newbie friendliness 92/100
NousResearch/hermes-agent#118866 ·
-
bug
Difficulty 1/5 Under an hour Newbie friendliness 90/100
apache/cloudstack#14222 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 82/100