From ac520210972caecadacf58fa6df44d873da2aeb7 Mon Sep 17 00:00:00 2001 From: ccurme Date: Fri, 17 Jan 2025 14:48:31 -0500 Subject: [PATCH] anthropic[patch]: release 0.3.2 (#29275) --- libs/partners/anthropic/poetry.lock | 8 ++++---- libs/partners/anthropic/pyproject.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/libs/partners/anthropic/poetry.lock b/libs/partners/anthropic/poetry.lock index 8dc1383dda9d3..5ebe86a8757a2 100644 --- a/libs/partners/anthropic/poetry.lock +++ b/libs/partners/anthropic/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "annotated-types" @@ -453,7 +453,7 @@ files = [ [[package]] name = "langchain-core" -version = "0.3.27" +version = "0.3.30" description = "Building applications with LLMs through composability" optional = false python-versions = ">=3.9,<4.0" @@ -478,7 +478,7 @@ url = "../../core" [[package]] name = "langchain-tests" -version = "0.3.7" +version = "0.3.8" description = "Standard tests for LangChain implementations" optional = false python-versions = ">=3.9,<4.0" @@ -1357,4 +1357,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "743255e1fe91bc0e2185a1bfe1b4c6bb13f6522affe5bb35bdfda419e93736ae" +content-hash = "882c131a2202eb925560eaf821003a5c0b007131ceb3954bbbf6b1722f756e97" diff --git a/libs/partners/anthropic/pyproject.toml b/libs/partners/anthropic/pyproject.toml index 645f6b5d604fa..a57fe6c4a6f35 100644 --- a/libs/partners/anthropic/pyproject.toml +++ b/libs/partners/anthropic/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "langchain-anthropic" -version = "0.3.1" +version = "0.3.2" description = "An integration package connecting AnthropicMessages and LangChain" authors = [] readme = "README.md" @@ -22,7 +22,7 @@ plugins = ['pydantic.mypy'] [tool.poetry.dependencies] python = ">=3.9,<4.0" anthropic = ">=0.41.0,<1" -langchain-core = "^0.3.27" +langchain-core = "^0.3.30" pydantic = "^2.7.4" [tool.ruff.lint]