Skip to content

Commit

Permalink
installation: bump dependencies
Browse files Browse the repository at this point in the history
πŸ“ invenio-app-rdm (13.0.0b1.dev17 -> 13.0.0b1.dev18 🌈)

    release: v13.0.0b1.dev18
    custom fields ui: add sorting by title
    celery: add update_domain_status task
    Add Overridable wrapper to CommunitiesManagement component (inveniosoftware/invenio-app-rdm#2753)

    * Add Overridable wrap to CommunitiesManagement component

πŸ“ invenio-db (1.3.0 -> 1.3.1 πŸ›)

    release: v1.3.1
    uow: improve decorator to create uow if it's None

πŸ“ invenio-rdm-records (16.0.1 -> 16.1.0 🌈)

    πŸ“¦ release: v16.1.0
    tokens: disable "sub" verification
    * According to the JWT Specification (https://datatracker.ietf.org/doc/html/rfc7519#section-4.1.2)
      `sub` has to be a string. PyJWT v2.10.0 started enforcing this validation,
      which breaks our usage of storing an object in the `sub` field.
    * Fixes jwt.decode options for specifying required fields.
    jsonschemas: backport "internal_notes" to v6.0.0
    * Backports the "internal_notes" field to the v6.0.0 JSONSchema, since
      it is backwards compatible, and thus doesn't require any record
      migration overhead.
    UI: display all affiliations

πŸ“ invenio-requests (5.2.0 -> 5.3.0 🌈)

    release: v5.3.0
    requests: manage sending notifications

πŸ“ invenio-theme (3.4.3 -> 3.5.0 🌈)

    release: v3.5.0
    site: add font-weight normal
    templates: page_cover: Add site_banner empty block
    templates: page_cover: Add banner to login template

πŸ“ invenio-vocabularies (6.5.0 -> 6.6.0 🌈)

    release: v6.6.0
    subjects: add subject to search fields
    mesh: add title en if not present
    jobs: add ORCID job
    Add unlisted tag

    * names: add props
    * permissions: restrict unlisted values
    * names: allow resolver to return multiple values
  • Loading branch information
slint committed Nov 18, 2024
1 parent 33a6b7c commit 7fb7309
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 116 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.dev17", extras = ["opensearch2"]}
invenio-app-rdm = {version = "~=13.0.0b1.dev18", extras = ["opensearch2"]}

invenio-logging = {extras = ["sentry_sdk"], version = "~=2.0"}
sentry-sdk = ">=1.45,<2.0.0"
Expand Down
Loading

0 comments on commit 7fb7309

Please sign in to comment.