What's Changed
- Expose
StreamingValue
on package root - Support
to_pydantic()
for customStreamingValue
subclass - Support more complex type with
Atom
(e.g.Atom[BaseModel | None]
,Atom[list[BaseModel]]
) - Add
PydanticType
annotation for manual type specification
Full Changelog: v0.1.0...v0.2.0