chore(vc): update didkit package to openedx fork#2976
Conversation
|
Thanks for the pull request, @GlugovGrGlib! This repository is currently maintained by Once you've gone through the following steps feel free to tag them in a comment and let them know that your changes are ready for engineering review. 🔘 Get product approvalIf you haven't already, check this list to see if your contribution needs to go through the product review process.
🔘 Provide contextTo help your reviewers and other members of the community understand the purpose and larger context of your changes, feel free to add as much of the following information to the PR description as you can:
🔘 Get a green buildIf one or more checks are failing, continue working on your changes until this is no longer the case and your build turns green. DetailsWhere can I find more information?If you'd like to get more details on all aspects of the review process for open source pull requests (OSPRs), check out the following resources: When can I expect my changes to be merged?Our goal is to get community contributions seen and reviewed as efficiently as possible. However, the amount of time that it takes to review and merge a PR can vary significantly based on factors such as:
💡 As a result it may take up to several weeks or months to complete a review and merge your PR. |
e0d
left a comment
There was a problem hiding this comment.
Looks great. I did notice that the server you provide a link to isn't resolving.
|
Thanks, there was a typo now fixed. |
|
Resolves #2956 |
- openedx-didkit is a drop-in replacement for the didkit-python package and does not require any changes to the application code. - The forked version has updated the DIDKit Core Rust library with added VCv2 support and provides pre-built wheels for all Python versions >= 3.10.
- openedx-didkit is a drop-in replacement for the didkit-python package and does not require any changes to the application code. - The forked version has updated the DIDKit Core Rust library with added VCv2 support and provides pre-built wheels for all Python versions >= 3.10.
- openedx-didkit is a drop-in replacement for the didkit-python package and does not require any changes to the application code. - The forked version has updated the DIDKit Core Rust library with added VCv2 support and provides pre-built wheels for all Python versions >= 3.10.
- openedx-didkit is a drop-in replacement for the didkit-python package and does not require any changes to the application code. - The forked version has updated the DIDKit Core Rust library with added VCv2 support and provides pre-built wheels for all Python versions >= 3.10.
- openedx-didkit is a drop-in replacement for the didkit-python package and does not require any changes to the application code. - The forked version has updated the DIDKit Core Rust library with added VCv2 support and provides pre-built wheels for all Python versions >= 3.10.
Description
Replace the didkit Python package with openedx-didkit (v0.3.5) across all requirement files.
This PR only changes the requirements files, as openedx-didkit is a drop-in replacement for the didkit-python package and does not require any changes to application code. This also makes it safe to backport to Ulmo and Teak releases.
Supporting information
It was decided to fork the original https://github.com/spruceid/didkit-python package from SpruceID into the Open edX organization as https://github.com/openedx/didkit-python and publish it to PyPI as openedx-didkit and provide future maintenance (reference ticket).
The forked version updates the underlying DIDKit Core Rust library to add Verifiable Credentials v2 (VCv2) support and provides pre-built wheels for all Python versions >= 3.10, which resolves previous build and compatibility issues.
Testing instructions
This requirements update, along with other verifiable credentials fixes, was tested successfully in the e2e flow against:
You can test it yourself by following the following steps:
pip freeze | grep didkitOptionally test e2e VC issuing (installing from scratch or using https://lms.gliglu.rocks sandbox with creds:
openedx/openedx):