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
Describe the bug
Currently experiencing a recurring dependency conflict caused by outdated versions of langchain-community and langchain-experimental within the latest release of swarms (5.8.6). Error Details:
ERROR: Cannot install -r /requirements.txt (line 127), -r /requirements.txt (line 312) and langchain-community==0.3.2 because these package versions have conflicting dependencies.
The conflict is caused by:
- The project requires `langchain-community==0.3.2`
- `langchain-experimental 0.3.2` depends on `langchain-community<0.4.0, >=0.3.0`
- `swarms 5.8.6` depends on `langchain-community==0.0.29`
Additional context
The issue stems from running swarms 5.8.6 relying on an older version of langchain-community (0.0.29), which is incompatible with newer versions of langchain-experimental and langchain-community (which some other functionalities depend on). Interestingly, earlier versions of swarms, such as 2.2.9, appear to support more recent dependencies than the latest version supports.
Upvote & Fund
We're using Polar.sh so you can upvote and help fund this issue.
We receive the funding once the issue is completed & confirmed by you.
Thank you in advance for helping prioritize & fund our backlog.
The text was updated successfully, but these errors were encountered:
Describe the bug
Currently experiencing a recurring dependency conflict caused by outdated versions of langchain-community and langchain-experimental within the latest release of swarms (5.8.6).
Error Details:
Additional context
The issue stems from running swarms 5.8.6 relying on an older version of langchain-community (0.0.29), which is incompatible with newer versions of langchain-experimental and langchain-community (which some other functionalities depend on). Interestingly, earlier versions of swarms, such as 2.2.9, appear to support more recent dependencies than the latest version supports.
Upvote & Fund
The text was updated successfully, but these errors were encountered: