Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: boto3 version solving failed #233

Open
ghwany opened this issue Feb 13, 2025 · 0 comments
Open

Bug: boto3 version solving failed #233

ghwany opened this issue Feb 13, 2025 · 0 comments
Labels
bug Something isn't working triage

Comments

@ghwany
Copy link

ghwany commented Feb 13, 2025

Expected Behaviour

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.

Code snippet

[options.extras_require]
aws =
    boto3==1.35.0
...

Possible Solution

[options.extras_require]
aws =
    boto3>=1.35.0
...

### Steps to Reproduce

```bash
poetry add langchain langchain-aws
poetry add "multi-agent-orchestrator[aws]"
@ghwany ghwany added the bug Something isn't working label Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage
Projects
None yet
Development

No branches or pull requests

1 participant