Invenio package update - #1014
Conversation
Upgrades the rest of the invenio packages with shared deps: Access (4.0.0->7.0.1), oauthclient (5.0.0, 9.1.1), pidstore (2.0.0->4.0.1), records (3.0.0->6.0.1), userprofiles (4.0.0->7.0.1).
…o-package-update
invenio-access: 7.0.1 -> 7.0.2 invenio-assets: 4.2.5 -> 4.2.6 invenio-pidstore: 4.0.1 -> 4.0.2 invenio-userprofiles: 7.0.1 -> 7.0.2
…o-package-update
…o-package-update
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1014 +/- ##
=======================================
Coverage 86.91% 86.91%
=======================================
Files 59 59
Lines 5823 5823
=======================================
Hits 5061 5061
Misses 762 762 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Coverage Report for CI Build 34332544329Coverage remained the same at 86.914%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsNo coverage regressions found. Coverage Stats
💛 - Coveralls |
|
The latest Invenio packages have some database changes, so a migration is needed by running This matches the production database. A couple of issues were encountered that needed to be worked around.
Alternatively, to avoid modifying the Invenio After making these changes, the I made another check where I dropped the |
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This PR tackles the upgrading of the Invenio packages, which is work that can now be completed and merged following PR #964 to upgrade to SQLAlchemy 2.0.
No code changes were required, but there are a number of manual steps that must be undertaken (to be commented) as there are some problems with migrations across the Invenio packages. For example, see the Alembic migrations problems discussion within the Invenio
product-rdmrepo.Partially addresses #848.
Closes #957.
Closes #967.
Closes #1013.