Files
pipecat/changelog
Mark Backman 9d4955054c Fix tracing to use ServiceSettings API instead of dict access
The ServiceSettings refactor (PR #3714) changed self._settings from
dicts to dataclass subclasses, but tracing code still used .items(),
in containment, and subscript access, causing AttributeError on
every traced call. Use given_fields() for iteration and attribute
access for named fields.
2026-02-27 22:41:40 -05:00
..
2026-02-16 11:35:45 -07:00
2026-02-21 17:35:08 +05:30
2026-02-25 14:12:39 -05:00
2026-02-26 14:00:34 -08:00
2026-02-27 10:25:48 -05:00
2026-02-27 14:52:37 -05:00