Skip to content

Commit

Permalink
installation: bump dependencies
Browse files Browse the repository at this point in the history
📁 invenio-access (2.1.0 -> 3.0.0 ⚠️)

    release: v3.0.0
    release: v2.1.0
    permissions:  add system permisssion

    permissions:  add system permisssion
    model: make forward compatible to sqlalchemy >= 2
    setup: move invenio-admin to optional
    * this step makes the invenio-admin dependency optional and keeps a
      backward compatibility while it makes it possible to remove on other
      packages too.

📁 invenio-app-rdm (13.0.0b1.dev20 -> 13.0.0b1.dev22 🌈)

    📦 release: v13.0.0b1.dev22
    installation: bump invenio-access

    * This removes the invenio-admin dependency.
    📦 release: v13.0.0b1.dev21
    installation: remove "sentry_sdk" extra from invenio-logging

📁 invenio-records-permissions (0.21.0 -> 0.21.1 🐛)

    📦 release: v0.21.1
    installation: bump invenio-access

    * This removes the dependency to invenio-admin.
  • Loading branch information
slint committed Nov 28, 2024
1 parent 699e829 commit 7f6eeda
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 30 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sphinx = ">=4.5"
isort = "<6.0" # Unpin when isort==6.0.0 is released

[packages]
invenio-app-rdm = {version = "~=13.0.0b1.dev20", extras = ["opensearch2"]}
invenio-app-rdm = {version = "~=13.0.0b1.dev22", extras = ["opensearch2"]}
sentry-sdk = ">=1.45,<2.0.0"
zenodo_rdm = {editable="True", path="./site"}
zenodo_legacy = {editable="True", path="./legacy"}
Expand Down
39 changes: 10 additions & 29 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7f6eeda

Please sign in to comment.