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
Poetry won't resolve the different versions in the langchain family of modules, as they are too restrictive.
I don't want to play around fixing numbers randomly, in case the limitation has a solid reason.
Because no versions of langchain-gigachat match >0.3.3,<0.3.4 || >0.3.4,<0.4.0
and langchain-gigachat (0.3.3) depends on langchain-core (>=0.3,<0.4), langchain-gigachat (>=0.3.3,<0.3.4 || >0.3.4,<0.4.0) requires langchain-core (>=0.3,<0.4).
And because langchain-gigachat (0.3.4) depends on langchain-core (>=0.3,<0.4)
and gpt-researcher (0.8.5) @ git+https://github.com/assafelovic/gpt-researcher.git@master depends on langchain-gigachat (^0.3.3), gpt-researcher (0.8.5) @ git+https://github.com/assafelovic/gpt-researcher.git@master requires langchain-core (>=0.3,<0.4).```
The text was updated successfully, but these errors were encountered:
Poetry won't resolve the different versions in the langchain family of modules, as they are too restrictive.
I don't want to play around fixing numbers randomly, in case the limitation has a solid reason.
The text was updated successfully, but these errors were encountered: