Deprecate unused Traceable/class_decorators module and fix stale comments

The class_decorators.py module (Traceable, @traceable, @traced) is not
used anywhere in the codebase. Mark it deprecated and fix the misleading
comment in service_decorators.py that referenced it as if it were active.
This commit is contained in:
Mark Backman
2026-02-12 18:40:33 -05:00
parent 347eaf582d
commit 01b7a93e08
3 changed files with 17 additions and 2 deletions

View File

@@ -0,0 +1 @@
- Deprecated unused `Traceable`, `@traceable`, `@traced`, and `AttachmentStrategy` in `pipecat.utils.tracing.class_decorators`. This module will be removed in a future release.