Skip to content

Conversation

@zzacharo
Copy link
Contributor

  • Pins invenio-app-rdm and invenio-requests until commenting features phase2 is completed

pyproject.toml Outdated
"uwsgitop>=0.11",
"uwsgi-tools>=1.1.1",
# Pin invenio-requests until we release the final commenting features
"invenio-requests<11.3.0"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because this is a transitive dependency, we should use an override instead of putting it directly into the top-level dependencies list here. That way it will make sure that the version is overridden in all instances where invenio-requests is depended on:

[tool.uv]
override-dependencies = [
    "invenio-requests<11.3.0",
]

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done, thanks!

* Pins invenio-app-rdm and invenio-requests until commenting
  features phase2 is completed
@zzacharo zzacharo merged commit 9ce7f04 into CERNDocumentServer:master Feb 10, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants