Zachary

Results 15 comments of 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.

@carlosd-29 I highly recommend pasting text instead of screenshots :) ## Context For more context, it appears GH recently updated their endpoint for creating teams: https://docs.github.com/en/enterprise-cloud@latest/rest/teams/teams?apiVersion=2022-11-28#create-a-team But it appears they...

Ah, so it looks like they finally updated the documentation.