Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@dittos dittos released this 19 Aug 10:44
· 6 commits to main since this release

What's Changed

  • 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

Full Changelog: v0.1.0...v0.2.0