Open GrafLearnt opened 9 months ago
@GrafLearnt Hi there, thank you for your bug report. Can you please include some more details? Like the model you are trying to verify against? it be nice if you could include a minimal example for us to look into!
This is my understanding of the problem, is that if you have from future import annotations anywhere in the code, the package will have problem like
When
from __future__ import annotations
is imported got following error:local
model
variable becamestr
instead of pydantic class