Skip to content

Commit

Permalink
Add boto3 and botocore dependencies to poetry.lock and pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dmux committed Dec 19, 2024
1 parent 87e8a2d commit f7db152
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 2 deletions.
114 changes: 112 additions & 2 deletions libs/experimental/poetry.lock

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

1 change: 1 addition & 0 deletions libs/experimental/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ setuptools = "^67.6.1"
langchain = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/langchain" }
langchain-core = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/core" }
langchain-community = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/community" }
boto3 = "^1.35.84"

[tool.poetry.group.test.dependencies]
pytest = "^7.3.0"
Expand Down

0 comments on commit f7db152

Please sign in to comment.