Commit 5ffb2ce
committed
installation: bump dependencies
π invenio-oauthclient (4.1.0 -> 4.1.1 π)
release: v4.1.1
handlers: add basic error handling for roles creation
fix: compat for flask-oauthlib
π invenio-rdm-records (16.1.0 -> 16.2.0 π)
π¦ release: v16.2.0
search: pass search parameters
semantic-ui: CommunitySelectionModal: Remove unused Footer component
π¦ release: v16.1.1
communities: fix set/unset of default record community
* Closes inveniosoftware/invenio-app-rdm#2869
* Fixes the allowed values that can be passed to set/unset the default
community of a record.
* Part of the fix is to also accept an empty string ("") as a valid
value when setting the "default" field, which was a currently wrong
behavior in some UI logic.
π invenio-rest (1.3.1 -> 1.4.0 π)
release: 1.4.0
setup: move to pytest-black-ng
* reorder alphabetical test_requires
fix: forward compatibility with flask>=3.0
* the set_cookie needs a string encoded cookie but str() is not enough,
because it contains a "b'" which creates problem down the road.
global: use jws from invenio-base
* jws functionality has been removed from itsdangerous >= 2.1.0. the
functionality has been moved to invenio-base
global: remove six usage
* string_types has been replaced by builtin str
* urlencode has been replaced by builtin urllib.parse.urlencode1 parent 7fb7309 commit 5ffb2ce
2 files changed
+12
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments