Skip to content

Commit 8c9075e

Browse files
committed
dep: test change invenio-search-ui version constraint
1 parent f7e7c6a commit 8c9075e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

invenio_communities/webpack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@semantic-ui-react/css-patch": "^1.0.0",
4848
"react-router-dom": "^6.3.0",
4949
"react-invenio-forms": "^3.0.0",
50-
"axios": "^1.8.2",
50+
"axios": "^0.21.0",
5151
"formik": "^2.1.0",
5252
"i18next": "^20.3.0",
5353
"@tinymce/tinymce-react": "^4.3.0",

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# This file is part of Invenio.
44
# Copyright (C) 2016-2024 CERN.
55
# Copyright (C) 2022 Graz University of Technology.
6+
# Copyright (C) 2025 KTH Royal Institute of Technology.
67
#
78
# Invenio is free software; you can redistribute it and/or modify it
89
# under the terms of the MIT License; see LICENSE file for more details.
@@ -29,7 +30,7 @@ zip_safe = False
2930
install_requires =
3031
invenio-oaiserver>=2.2.0,<3.0.0
3132
invenio-requests>=4.0.0,<5.0.0
32-
invenio-search-ui>=2.4.0,<3.0.0
33+
invenio-search-ui>=2.4.0,<2.9.1
3334
invenio-vocabularies>=3.0.0,<4.0.0
3435
invenio-administration>=2.0.0,<3.0.0
3536

0 commit comments

Comments
 (0)