From 2898b95ca7c3df5978d35e6bd293df97ccf76994 Mon Sep 17 00:00:00 2001 From: ccurme Date: Tue, 12 Nov 2024 14:58:00 -0500 Subject: [PATCH] anthropic[major]: release 0.3.0 (#28063) --- libs/partners/anthropic/poetry.lock | 6 +++--- libs/partners/anthropic/pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/partners/anthropic/poetry.lock b/libs/partners/anthropic/poetry.lock index 7bdb5dcb20f0d..d3359270e4f74 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" @@ -451,7 +451,7 @@ files = [ [[package]] name = "langchain-core" -version = "0.3.15" +version = "0.3.17" description = "Building applications with LLMs through composability" optional = false python-versions = ">=3.9,<4.0" @@ -1140,4 +1140,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "e419b3bdf2ccff2715d43d8f64a0bf08e84d3cb748524bb6954af07628b86bbb" +content-hash = "c646c08244b1b08c334f6ba7baca5e6fa78d801eae4f957f2770a190c3b9f2ac" diff --git a/libs/partners/anthropic/pyproject.toml b/libs/partners/anthropic/pyproject.toml index 064a12dc5d422..a5c64e78ee6a7 100644 --- a/libs/partners/anthropic/pyproject.toml +++ b/libs/partners/anthropic/pyproject.toml @@ -21,7 +21,7 @@ disallow_untyped_defs = "True" [tool.poetry.dependencies] python = ">=3.9,<4.0" anthropic = ">=0.39.0,<1" -langchain-core = "^0.3.15" +langchain-core = "^0.3.17" pydantic = "^2.7.4" [tool.ruff.lint]