diff --git a/libs/partners/anthropic/poetry.lock b/libs/partners/anthropic/poetry.lock index 94f54c67ee826..04110f0e8c6cb 100644 --- a/libs/partners/anthropic/poetry.lock +++ b/libs/partners/anthropic/poetry.lock @@ -437,7 +437,7 @@ files = [ [[package]] name = "langchain-core" -version = "0.1.40" +version = "0.1.41" description = "Building applications with LLMs through composability" optional = false python-versions = ">=3.8.1,<4.0" @@ -1204,4 +1204,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "60a40f50a762f49026cfeeb822de78cef08d2a60e585cc994c0f5dcb9498f6ab" +content-hash = "b49e09e94f898de0ff55494c932ed56984b4baa3e506dacf95e6ec858a0df1dd" diff --git a/libs/partners/anthropic/pyproject.toml b/libs/partners/anthropic/pyproject.toml index 6b77fb08d0aab..7118d2bfdba25 100644 --- a/libs/partners/anthropic/pyproject.toml +++ b/libs/partners/anthropic/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-anthropic" -version = "0.1.6" +version = "0.1.7" description = "An integration package connecting AnthropicMessages and LangChain" authors = [] readme = "README.md" @@ -12,7 +12,7 @@ license = "MIT" [tool.poetry.dependencies] python = ">=3.8.1,<4.0" -langchain-core = "^0.1.33" +langchain-core = "^0.1.41" anthropic = ">=0.23.0,<1" defusedxml = { version = "^0.7.1", optional = true }