Skip to content

Commit 7fb7309

Browse files
committed
installation: bump dependencies
πŸ“ 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
1 parent 33a6b7c commit 7fb7309

File tree

2 files changed

+116
-116
lines changed

2 files changed

+116
-116
lines changed

β€ŽPipfileβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sphinx = ">=4.5"
1010
isort = "<6.0" # Unpin when isort==6.0.0 is released
1111

1212
[packages]
13-
invenio-app-rdm = {version = "~=13.0.0b1.dev17", extras = ["opensearch2"]}
13+
invenio-app-rdm = {version = "~=13.0.0b1.dev18", extras = ["opensearch2"]}
1414

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

0 commit comments

Comments
Β (0)