Skip to content

Commit

Permalink
Feat: bump titan minimal (#632)
Browse files Browse the repository at this point in the history
### Description

Please explain the changes you made here.

### Checklist

- [ ] Created tests which fail without the change (if possible)
- [ ] All tests passing
- [ ] Extended the documentation, if necessary
  • Loading branch information
Rotheem authored Dec 16, 2024
1 parent c652755 commit bf564fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/core/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
Expand Down

0 comments on commit bf564fc

Please sign in to comment.