Skip to content

Commit

Permalink
chore: bump dep on RFL.authentication >= 1.0.3
Browse files Browse the repository at this point in the history
This is required to benefit from custom user primary group attribute and
group object classes features.
  • Loading branch information
rezib committed Aug 30, 2024
1 parent 7737b5c commit 7c87594
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
classes (#342).

## Changed
- pkgs: Add requirement on RFL.core >= 1.0.3.
- frontend: Add intermediate cluster list width to 80% on large screens, before
going down to 60% on even larger screens.
- pkgs: Add requirement on RFL.core and RFL.authentication >= 1.0.3.
- docs: Update configuration reference documentation.

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies = [
"Flask",
"requests",
"aiohttp",
"RFL.authentication >= 1.0.2",
"RFL.authentication >= 1.0.3",
"RFL.core >= 1.0.3",
"RFL.log",
"RFL.settings",
Expand Down

0 comments on commit 7c87594

Please sign in to comment.