It looked like a small mistake and it was. Make sure you import the correct `select` function.
Wrong
from sqlalchemy import select
Correct
from sqlmodel import select