Skip to content

Commit 8c0afc9

Browse files
committed
setup: bump oauthclient major version
* Bumping the major version of invenio-oauthclient to 6.0.0 * This includes inveniosoftware/invenio-oauthclient#360 which is not necessarily breaking but requires a manual DB migration for very large instances, as documented in the module's upgrade guide. * Further changes are yet come in v6 before RDM v14, such as inveniosoftware/invenio-oauthclient#328.
1 parent 10d18c2 commit 8c0afc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ install_requires =
4747
invenio-access>=4.0.0,<5.0.0
4848
invenio-accounts>=6.0.0,<7.0.0
4949
invenio-oauth2server>=3.0.0,<4.0.0
50-
invenio-oauthclient>=5.0.0,<6.0.0
50+
invenio-oauthclient>=6.0.0,<7.0.0
5151
invenio-userprofiles>=4.0.0,<5.0.0
5252
# Invenio metadata bundle
5353
invenio-indexer>=3.0.0,<4.0.0

0 commit comments

Comments
 (0)