Skip to content

Commit

Permalink
Removing version ceiling for boto3. (#201)
Browse files Browse the repository at this point in the history
Removes version ceiling currently set at v1.35 for boto3.
  • Loading branch information
3coins authored Sep 19, 2024
1 parent c419f76 commit abd3b20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/aws/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.9,<4.0"
langchain-core = ">=0.3.0,<0.4"
boto3 = ">=1.34.131,<1.35.0"
boto3 = ">=1.34.131"
numpy = [
{version = "^1", python = "<3.12"},
{version = "^1.26.0", python = ">=3.12"}
Expand Down

0 comments on commit abd3b20

Please sign in to comment.