mckirk

Results 1 comments of mckirk

For what it's worth, I've also just run into this issue, trying to do something like the following: ```python import os from typing import Annotated from pydantic import BeforeValidator from...