Add SmartTools Registry with Web UI (Phase 1-7) #18

Merged
rob merged 13 commits from feature/registry into main 2026-01-01 01:21:40 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit c8a937ec15 - Show all commits

View File

@ -57,7 +57,7 @@ rate_limiter = RateLimiter()
password_hasher = PasswordHasher(memory_cost=65536, time_cost=3, parallelism=4)
@dataclass(frozen=True, order=True)
@dataclass(frozen=True)
class Semver:
major: int
minor: int