You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
unfortunatly the two are currently not compatible for our puposes and the code currently assume that latest COMMIT (case 2) is used, see PR #250; in other word the current code is not compatible with latest release of sd-jwt
IMO we should either:
(preferred) stick with one choice in both cases, likely (?) by using the lateast RELEASE also in CI pipeline (this require a small code change to rollback PR 250) or
The dependency on https://github.com/openwallet-foundation-labs/sd-jwt-python is defined as:
setup.py
file, latest RELEASE is used (which currently is v0.10.4, commit9181a0a4514b7de2cc30a84d320b509e9fc5cb59
)eudi-wallet-it-python/setup.py
Line 55 in 8299616
eudi-wallet-it-python/.github/workflows/python-app.yml
Line 68 in 8299616
unfortunatly the two are currently not compatible for our puposes and the code currently assume that latest COMMIT (case 2) is used, see PR #250; in other word the current code is not compatible with latest release of sd-jwt
IMO we should either:
NOTE: this also has side effects on the project satosa-it, where case (1) is assumed
https://github.com/italia/Satosa-Saml2Spid/blob/22c25951cfeb601f1582963d2c4440876e95bda9/requirements.txt#L24
The text was updated successfully, but these errors were encountered: