Zachary
Zachary
Encountered this on python 3.12 on Windows, as well
I think in general, the documentation should be better. It is a challenge to understand how to properly use `ValidationError.from_exception_data`. https://docs.pydantic.dev/latest/api/pydantic_core/#pydantic_core.ValidationError.from_exception_data does not go into any detail about what [InitErrorDetails](https://docs.pydantic.dev/latest/api/pydantic_core/#pydantic_core.InitErrorDetails)...
After thinking on it for a couple days, I think passing custom types as a `dict` into `JIRA` would be the easiest to refactor, and minimize required changes.