From 6bbdbc6553faa85de80c70524d7397d021d068d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Robert?= <114694873+Rotheem@users.noreply.github.com> Date: Tue, 14 Jan 2025 17:01:50 +0100 Subject: [PATCH] Bump Titan minimal version --- app/core/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/core/config.py b/app/core/config.py index 234d04a5c..6ed4eddc8 100644 --- a/app/core/config.py +++ b/app/core/config.py @@ -193,7 +193,7 @@ class Settings(BaseSettings): # Hyperion follows Semantic Versioning # https://semver.org/ HYPERION_VERSION: str = "4.0.0" - MINIMAL_TITAN_VERSION_CODE: int = 137 + MINIMAL_TITAN_VERSION_CODE: int = 139 ###################################### # Automatically generated parameters #