- Change tuple[...] to Tuple[...] in crud.py line 108 - Add Tuple import from typing - Fixes TypeError: 'type' object is not subscriptable in Python 3.8 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>