Skip to content

Commit 9fe12d4

Browse files
authored
Fix: decrease the minimal Titan version (#690)
No breaking changes were brought in the seed library
1 parent 2bdf916 commit 9fe12d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/core/utils/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ class Settings(BaseSettings):
192192

193193
# Hyperion follows Semantic Versioning
194194
# https://semver.org/
195-
HYPERION_VERSION: str = "4.3.0"
196-
MINIMAL_TITAN_VERSION_CODE: int = 143
195+
HYPERION_VERSION: str = "4.3.2"
196+
MINIMAL_TITAN_VERSION_CODE: int = 139
197197

198198
######################################
199199
# Automatically generated parameters #

0 commit comments

Comments
 (0)