From b9c0c9c7a247eb32889675f02f196f328af31f43 Mon Sep 17 00:00:00 2001 From: Thonyk Date: Mon, 16 Dec 2024 13:55:14 +0100 Subject: [PATCH] Feat: bump titan minimal --- 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 f6cac7e2d..f3b541339 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 = "3.1.2" - MINIMAL_TITAN_VERSION_CODE: int = 130 + MINIMAL_TITAN_VERSION_CODE: int = 136 ###################################### # Automatically generated parameters #