3.10.4
(chore):
Improve performance of Pydantic .dict
calls
What’s changed
.dict
performance is improved, consolidating to a single call to Pydantic’s.dict
instead of 2 in attempts to remove unset optional values.
3.10.3
(fix):
Query encoding now appropriately takes arrays of deep objects into account.