diff --git a/CHANGELOG.md b/CHANGELOG.md index dee9220e..499f4dea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 6bcdaccb..5ba79ae2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",