release(anthropic): 1.4.3 (#37166)

This commit is contained in:
Mason Daugherty
2026-05-03 13:30:08 -04:00
committed by GitHub
parent 71708c660a
commit 1c08d478d9
3 changed files with 5 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
"""Version information for langchain-anthropic."""
__version__ = "1.4.2"
__version__ = "1.4.3"

View File

@@ -20,7 +20,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Artificial Intelligence",
]
version = "1.4.2"
version = "1.4.3"
requires-python = ">=3.10.0,<4.0.0"
dependencies = [
"anthropic>=0.96.0,<1.0.0",

View File

@@ -524,6 +524,7 @@ requires-dist = [
{ name = "langchain-aws", marker = "extra == 'aws'" },
{ name = "langchain-azure-ai", marker = "extra == 'azure-ai'" },
{ name = "langchain-baseten", marker = "extra == 'baseten'", specifier = ">=0.2.0" },
{ name = "langchain-cohere", marker = "extra == 'cohere'" },
{ name = "langchain-community", marker = "extra == 'community'" },
{ name = "langchain-core", editable = "../../core" },
{ name = "langchain-deepseek", marker = "extra == 'deepseek'" },
@@ -541,7 +542,7 @@ requires-dist = [
{ name = "langgraph", specifier = ">=1.1.10,<1.2.0" },
{ name = "pydantic", specifier = ">=2.7.4,<3.0.0" },
]
provides-extras = ["community", "anthropic", "openai", "azure-ai", "google-vertexai", "google-genai", "fireworks", "ollama", "together", "mistralai", "huggingface", "groq", "aws", "baseten", "deepseek", "xai", "perplexity"]
provides-extras = ["community", "anthropic", "openai", "azure-ai", "cohere", "google-vertexai", "google-genai", "fireworks", "ollama", "together", "mistralai", "huggingface", "groq", "aws", "baseten", "deepseek", "xai", "perplexity"]
[package.metadata.requires-dev]
lint = [{ name = "ruff", specifier = ">=0.15.0,<0.16.0" }]
@@ -575,7 +576,7 @@ typing = [
[[package]]
name = "langchain-anthropic"
version = "1.4.2"
version = "1.4.3"
source = { editable = "." }
dependencies = [
{ name = "anthropic" },