Skip to content

Commit

Permalink
aws[patch]: Release 0.2.6 (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan authored Oct 31, 2024
1 parent abd7e51 commit 26cc3cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions libs/aws/poetry.lock

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

4 changes: 2 additions & 2 deletions libs/aws/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-aws"
version = "0.2.5"
version = "0.2.6"
description = "An integration package connecting AWS and LangChain"
authors = []
readme = "README.md"
Expand All @@ -12,7 +12,7 @@ license = "MIT"

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
langchain-core = ">=0.3.14,<0.4"
langchain-core = ">=0.3.15,<0.4"
boto3 = ">=1.34.131"
numpy = [
{version = "^1", python = "<3.12"},
Expand Down

0 comments on commit 26cc3cb

Please sign in to comment.