J.J. Jackson

Results 1 comments of J.J. Jackson

I found a somewhat simple workaround: annotate the property as a class var (which pydantic will ignore) ```python from typing import ClassVar, Optional from datetime import datetime from sqlalchemy.ext.hybrid import...