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
Hi Pipecat team,
We are trying to integrate Pipecat with our codebase. We use Langchain 0.2 with many libraries. The strict version constraints in Pipecat's dependencies create conflicts when integrating it into existing projects managed with Poetry. Many of the listed dependencies use ~= (which locks minor versions), making it difficult to resolve compatibility issues with other packages.
Would it be possible to relax these version constraints (e.g., using >= where appropriate) to improve compatibility?
For example, I would suggest based on OpenAI deps:
httpx>=0.23.0, <1
pydantic>=1.9.0, <3
protobuf: >3
google-genai: > 0.5
We would love to it get fixed so we can explore more with Pipecat. Thanks
The text was updated successfully, but these errors were encountered:
Hi Pipecat team,
We are trying to integrate Pipecat with our codebase. We use Langchain 0.2 with many libraries. The strict version constraints in Pipecat's dependencies create conflicts when integrating it into existing projects managed with Poetry. Many of the listed dependencies use ~= (which locks minor versions), making it difficult to resolve compatibility issues with other packages.
Would it be possible to relax these version constraints (e.g., using >= where appropriate) to improve compatibility?
For example, I would suggest based on OpenAI deps:
We would love to it get fixed so we can explore more with Pipecat. Thanks
The text was updated successfully, but these errors were encountered: