Skip to content

Commit

Permalink
installation: bump dependencies
Browse files Browse the repository at this point in the history
📁 invenio-administration (2.7.0 -> 2.7.2 🐛)

    release: v2.7.2
    records search: render Mathjax in the results list

    * closes CERNDocumentServer/cds-rdm#198
    📦 release: v2.7.1
    details: remove parsing for name field

📁 invenio-app-rdm (13.0.0b1.dev6 -> 13.0.0b1.dev7 )

    📦 release: v13.0.0b1.dev7
    collections: added collection page with minimal UI
    theme: read invenio config from document body
    search results: render Mathjax in the results list

    * closes CERNDocumentServer/cds-rdm#198
    records-community: fix error message display when removing a community

📁 invenio-db (1.1.5 -> 1.2.0 🌈)

    release: v1.2.0
    uow: move the module to the root
    fix copyright
    update test workflow
    add UnitOfWork

📁 invenio-rdm-records (12.1.1 -> 13.0.0 ⚠️)

    release: v13.0.0
    collections: updated depth column
    collections: added uow and refactor depth calculation
    alembic: added collections tables

    * collections: fix create api
    collections: added core backend
    fix: propTypes warning

    * the canRestrictRecord property is optional in
      ProtectionButtonsComponent but required in ProtectionButtons.

    * Since it is working without a problem, because of the default value in
      ProtectionButtonsComponent, the required has been removed from
      ProtectionButtons and replaced by a defaultProps definition to be
      consistent with the ProtectionButtonsComponent definition.
    fix: propTypes warning

    * the recordRestrictionGracePeriod property is a number. the object
      which it is in the beginning in python (timedelta object) is reduced to
      the days in https://github.com/inveniosoftware/invenio-app-rdm/blob/master/invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/deposit.html#L45
    dependencies: bump flask-iiif

    Did we forget to bump this dependency or was there a larger reason for
    keeping it clamped so low? None of the flask-iiif improvements from the past year
    have been adopted by InvenioRDM it means.

    I will backport this to v12 maint branch
  • Loading branch information
alejandromumo committed Oct 3, 2024
1 parent 6a88630 commit c24bf4f
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 53 deletions.
5 changes: 1 addition & 4 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ sphinx = ">=4.5"
isort = "<6.0" # Unpin when isort==6.0.0 is released

[packages]
invenio-app-rdm = {version = "~=13.0.0b1.dev6", extras = ["opensearch2"]}

# NOTE: Tempoarily pinned until https://github.com/zenodo/zenodo-rdm/issues/998 is fixed
invenio-rdm-records = {version = ">=12.1.1,<12.2.0"}
invenio-app-rdm = {version = "~=13.0.0b1.dev7", extras = ["opensearch2"]}

invenio-logging = {extras = ["sentry_sdk"], version = "~=2.0"}
sentry-sdk = ">=1.45,<2.0.0"
Expand Down
98 changes: 49 additions & 49 deletions Pipfile.lock

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

0 comments on commit c24bf4f

Please sign in to comment.