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
Currently spsdk is pinned to<2.1 in the pyproject.toml file.
Could this be relaxed, to allow using versions 2.1.x? I had a quick glance and found lots of doc changes between 2.0.x and 2.1.x, but not many real code changes. If spsdk uses semantic versioning, there should not be major / breaking changes in those versions.
Thanks in advance!
Johanes
The text was updated successfully, but these errors were encountered:
Unfortunately, spsdk does not follow semver, see nxp-mcuxpresso/spsdk#34, and 2.1 is indeed a breaking change, see #524. The next pynitrokey release will fix this, either by merging the linked PR to make it compatible with spsdk 2.1, or by vendoring the required components of spsdk directly in pynitrokey, see #519.
Currently spsdk is pinned to
<2.1
in the pyproject.toml file.Could this be relaxed, to allow using versions 2.1.x? I had a quick glance and found lots of doc changes between 2.0.x and 2.1.x, but not many real code changes. If spsdk uses semantic versioning, there should not be major / breaking changes in those versions.
Thanks in advance!
Johanes
The text was updated successfully, but these errors were encountered: