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
The boto3 dependency has been fixed to 1.35.0, causing dependency issues with libraries such as the latest version of langchain-aws.
Current Behaviour
Because no versions of langchain-aws match >0.2.10,<0.2.11 ||>0.2.11,<0.2.12 ||>0.2.12,<0.3.0
and langchain-aws (0.2.10) depends on boto3 (>=1.35.74), langchain-aws (>=0.2.10,<0.2.11 ||>0.2.11,<0.2.12 ||>0.2.12,<0.3.0) requires boto3 (>=1.35.74).
And because langchain-aws (0.2.11) depends on boto3 (>=1.35.74)
and langchain-aws (0.2.12) depends on boto3 (>=1.35.74), langchain-aws (>=0.2.10,<0.3.0) requires boto3 (>=1.35.74).
So, because {project} depends on both langchain_aws (^0.2.10) and boto3 (1.35.0), version solving failed.
Expected Behaviour
The
boto3
dependency has been fixed to 1.35.0, causing dependency issues with libraries such as the latest version oflangchain-aws
.Current Behaviour
Code snippet
Possible Solution
The text was updated successfully, but these errors were encountered: