Merge pull request #4239 from pipecat-ai/mb/remove-deprecation-module-proxy
Remove DeprecatedModuleProxy and service re-export shims
This commit is contained in:
1
changelog/4239.removed.md
Normal file
1
changelog/4239.removed.md
Normal file
@@ -0,0 +1 @@
|
||||
- ⚠️ Removed `DeprecatedModuleProxy` and all service `__init__.py` re-export shims. Flat imports like `from pipecat.services.openai import OpenAILLMService` no longer work. Use the full submodule path instead: `from pipecat.services.openai.llm import OpenAILLMService`. This is already the established pattern across all examples and internal code.
|
||||
Reference in New Issue
Block a user