anthropic: release 0.3.7 (#29653)

This commit is contained in:
ccurme 2025-02-06 17:05:57 -05:00 committed by GitHub
parent ab09490c20
commit 488cb4a739
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View File

@ -8,11 +8,11 @@ license = {text = "MIT"}
requires-python = "<4.0,>=3.9"
dependencies = [
"anthropic<1,>=0.45.0",
"langchain-core<1.0.0,>=0.3.34rc2",
"langchain-core<1.0.0,>=0.3.34",
"pydantic<3.0.0,>=2.7.4",
]
name = "langchain-anthropic"
version = "0.3.7rc1"
version = "0.3.7"
description = "An integration package connecting AnthropicMessages and LangChain"
readme = "README.md"

View File

@ -406,7 +406,7 @@ wheels = [
[[package]]
name = "langchain-anthropic"
version = "0.3.7rc1"
version = "0.3.7"
source = { editable = "." }
dependencies = [
{ name = "anthropic" },
@ -450,7 +450,7 @@ typing = [
[package.metadata]
requires-dist = [
{ name = "anthropic", specifier = ">=0.45.0,<1" },
{ name = "langchain-core", specifier = ">=0.3.34rc2,<1.0.0" },
{ name = "langchain-core", specifier = ">=0.3.34,<1.0.0" },
{ name = "pydantic", specifier = ">=2.7.4,<3.0.0" },
]
@ -483,7 +483,7 @@ typing = [
[[package]]
name = "langchain-core"
version = "0.3.34rc2"
version = "0.3.34"
source = { directory = "../../core" }
dependencies = [
{ name = "jsonpatch" },
@ -541,7 +541,7 @@ typing = [
[[package]]
name = "langchain-tests"
version = "0.3.10"
version = "0.3.11"
source = { directory = "../../standard-tests" }
dependencies = [
{ name = "httpx" },
@ -557,7 +557,7 @@ dependencies = [
[package.metadata]
requires-dist = [
{ name = "httpx", specifier = ">=0.25.0,<1" },
{ name = "langchain-core", specifier = ">=0.3.33,<1.0.0" },
{ name = "langchain-core", specifier = ">=0.3.34,<1.0.0" },
{ name = "numpy", marker = "python_full_version < '3.12'", specifier = ">=1.24.0,<2.0.0" },
{ name = "numpy", marker = "python_full_version >= '3.12'", specifier = ">=1.26.2,<3" },
{ name = "pytest", specifier = ">=7,<9" },