Pre-checks
Deployment Method
Source (setup.sh)
Steps to Reproduce
Run sh restart.sh from project root.
Expected vs Actual Behavior
Backend crashes during import with:
NameError: name 'uuid' is not defined
Logs / Screenshots
Regression introduced by commit 6041197 ("Merge branch 'main' into Atlas-SZ/main"), where uuid type annotations remained but the import was dropped.