You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If reporting a bug, please fill out the following:
Environment
pipecat-ai version: 0.0.49
python version: 3.12.7
OS: MacOS
Issue description
Provide a clear description of the issue.
Installing pipecat-ai[google] removes elements from pipecat-ai[openai]. I don't even want google, but it seems to be a requirement of flows.
Description
Is this reporting a bug or feature request?
BUG
If reporting a bug, please fill out the following:
Environment
Issue description
Provide a clear description of the issue.
Installing pipecat-ai[google] removes elements from pipecat-ai[openai]. I don't even want google, but it seems to be a requirement of flows.
poetry add 'pipecat-ai[openai]'
poetry add 'pipecat-ai[google]'
See google remove elements from openai.
Repro steps
(myenv)% poetry add 'pipecat-ai[openai]'
Using version ^0.0.49 for pipecat-ai
(myenv)% poetry add 'pipecat-ai[google]'
Using version ^0.0.49 for pipecat-ai
Expected behavior
Both can coexist?
Actual behavior
Both cannot coexist. Flows is flagging errors.
Logs
The text was updated successfully, but these errors were encountered: