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.dev15 -> 13.0.0b1.dev16 )

    release: v13.0.0b1.dev16
    Rename overridable id for extending basic information accordion
    assets: add overridable component section extender
    fix: remove DeprecationWarning for sqlalchemy

    * RemovedIn20Warning: Using strings to indicate column or relationship
      paths in loader options is deprecated and will be removed in SQLAlchemy
      2.0. Please use the class-bound attribute directly. (Background on
      SQLAlchemy 2.0

    * version 1.2 of sqlalchemy introduced a new form of load_only handling.
      https://docs.sqlalchemy.org/en/14/orm/loading_columns.html#sqlalchemy.orm.load_only

    * this change is forward compatible with version >= 2.0 of sqlalchemy
    fix: SyntaxWarning: invalid escape sequence '\:'
    admin: change default # of results from 10 to 20
    bug: use href instead of onClick

    the problem is that you cannot open onClick in new tab
    i18n: mark for translation

    collections: use search link
    theme: header_login: Optimize element search and add translations
    templates: Override page_cover to add banner to login
    fix: Warning '_truncate' is defined but never used
    fix: propsTypes warning

    * the recordRestrictionGracePeriod is not an object. here
      https://github.com/inveniosoftware/invenio-app-rdm/blob/master/invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/deposit.html#L45
      it is converted to number only
    fix: react warning

    * Warning: React does not recognize the `labelPosition` prop on a DOM
      element. If you intentionally want it to appear in the DOM as a custom
      attribute, spell it as lowercase `labelposition` instead. If you
      accidentally passed it from a parent component, remove it from the DOM
      element.
  • Loading branch information
ptamarit committed Nov 5, 2024
1 parent c51335a commit 1fac29c
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 21 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.dev15", extras = ["opensearch2"]}
invenio-app-rdm = {version = "~=13.0.0b1.dev16", extras = ["opensearch2"]}

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

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

0 comments on commit 1fac29c

Please sign in to comment.