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

Support casting config values as dict with pydantic (#54) #55

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

percevalw
Copy link

Hi again,

This PR should fix #54. We just have to verify that the destination is a dict when recursively updating a Config field, and overwrite the destination with the new value otherwise.

@adrianeboyd
Copy link
Contributor

Thanks for the PR, we'll take a closer look soon!

@svlandeg svlandeg added the bug Something isn't working label Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error when pydantic validate outputs a dict
3 participants