Skip to content

Commit

Permalink
Adds lower and upper bounds for boto3 dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
3coins committed Apr 26, 2024
1 parent f899f43 commit 77a2351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/aws/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = "^0.1"
boto3 = "^1.34.72"
boto3 = ">=1.34.51,<1.35.0"
numpy = "^1"

[tool.poetry.group.test]
Expand Down

0 comments on commit 77a2351

Please sign in to comment.