orc_
orc_
I am also interested in this feature. We have a snapshot of the `cache.db` which is holding data for unittests. We rarely update it, but every time I run unittests...
I have the same issue with enums: ``` import enum import pydantic from typing import Any class E(enum.StrEnum): E = enum.auto() class Model(pydantic.BaseModel, strict=True): e: E = E.E @pydantic.model_validator(mode='before') @classmethod...
Hi there @Hxyou , I was wondering about the dataset. Right I can only find a few datapoints in the eval set, which I assume at least have the same...