Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 327 Bytes

File metadata and controls

10 lines (7 loc) · 327 Bytes

v0.2.0 (2025-08-19)

  • Expose StreamingValue on package root
  • Support to_pydantic() for custom StreamingValue subclass
  • Support more complex type with Atom (e.g. Atom[BaseModel | None], Atom[list[BaseModel]])
  • Add PydanticType annotation for manual type specification

v0.1.0 (2025-08-11)

Initial release