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.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too