Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypedDict is not supported #30

Open
ahuang11 opened this issue Feb 18, 2024 · 1 comment
Open

TypedDict is not supported #30

ahuang11 opened this issue Feb 18, 2024 · 1 comment

Comments

@ahuang11
Copy link
Contributor

ahuang11 commented Feb 18, 2024

Would it be possible to support it to avoid pydantic import?

@shroominic
Copy link
Owner

Yeah need to experiment with that should def be possible but not sure yet how to best do it.
Maybe converting it in the background into a pydantic model to utilise the already exsisting parsers and converting it into the dict again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants