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
There's a security vulnerability in the langchain-community < 0.2.9, which is required by langchain, which we're testing against.
Attempting to upgrade langchain to allow patching this runs into a dependency resolution issue with farm-haystack. Langchain requires pydantic > 2 and farm-haystack < 2 only support pydantic < 1.
We should be able to resolve this once farm-haystack >= is released.
There's a security vulnerability in the langchain-community < 0.2.9, which is required by langchain, which we're testing against.
Attempting to upgrade langchain to allow patching this runs into a dependency resolution issue with farm-haystack. Langchain requires pydantic > 2 and farm-haystack < 2 only support pydantic < 1.
We should be able to resolve this once farm-haystack >= is released.
Ref:
The text was updated successfully, but these errors were encountered: