Skip to content

Conversation

@HeyHugo
Copy link

@HeyHugo HeyHugo commented Oct 26, 2025

Resolves #1581 by handling nested default dicts

@HeyHugo
Copy link
Author

HeyHugo commented Oct 27, 2025

I think #1564 is the same issue and would also be resolved by this fix

@HeyHugo
Copy link
Author

HeyHugo commented Oct 28, 2025

Resolved CI failures

@vitalik
Copy link
Owner

vitalik commented Nov 6, 2025

Hi @HeyHugo

Thank you

I'm wondering - maybe it makes more sense to get rid of NestedDict at all (or subclass dict so that pydantic does not care)

the concern is that at the end there is just extra work to convert from nesteddict to regular dict at runtime that might give some timing penalties

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

Successfully merging this pull request may close these issues.

[BUG] Default attributes within BaseModel not used for ninja.Query

2 participants