anthropic: release 0.3.16 (#31744)

This commit is contained in:
ccurme 2025-06-26 09:09:29 -04:00 committed by GitHub
parent a08e73f07e
commit 0ae434be21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

View File

@ -8,11 +8,11 @@ license = { text = "MIT" }
requires-python = ">=3.9"
dependencies = [
"anthropic<1,>=0.52.0",
"langchain-core<1.0.0,>=0.3.63",
"langchain-core<1.0.0,>=0.3.66",
"pydantic<3.0.0,>=2.7.4",
]
name = "langchain-anthropic"
version = "0.3.15"
version = "0.3.16"
description = "An integration package connecting AnthropicMessages and LangChain"
readme = "README.md"

View File

@ -423,7 +423,7 @@ wheels = [
[[package]]
name = "langchain-anthropic"
version = "0.3.15"
version = "0.3.16"
source = { editable = "." }
dependencies = [
{ name = "anthropic" },
@ -504,7 +504,7 @@ typing = [
[[package]]
name = "langchain-core"
version = "0.3.63"
version = "0.3.66"
source = { editable = "../../core" }
dependencies = [
{ name = "jsonpatch" },
@ -519,7 +519,7 @@ dependencies = [
[package.metadata]
requires-dist = [
{ name = "jsonpatch", specifier = ">=1.33,<2.0" },
{ name = "langsmith", specifier = ">=0.1.126,<0.4" },
{ name = "langsmith", specifier = ">=0.3.45" },
{ name = "packaging", specifier = ">=23.2,<25" },
{ name = "pydantic", specifier = ">=2.7.4" },
{ name = "pyyaml", specifier = ">=5.3" },
@ -607,7 +607,7 @@ typing = [
[[package]]
name = "langsmith"
version = "0.3.37"
version = "0.4.2"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "httpx" },
@ -618,9 +618,9 @@ dependencies = [
{ name = "requests-toolbelt" },
{ name = "zstandard" },
]
sdist = { url = "https://files.pythonhosted.org/packages/7b/d0/98daffe57c57c2f44c5d363df5004d8e530b8c9b15751f451d273fd1d4c8/langsmith-0.3.37.tar.gz", hash = "sha256:d49d9a12d24d3984d5b3e2b5915b525b4a29a4706ea9cadde43c980fba43fab0", size = 344645 }
sdist = { url = "https://files.pythonhosted.org/packages/8a/b6/0ebc396baf6b69aeb9eb466bbeaccd504c901615e744b0ecf33b0d39a8a5/langsmith-0.4.2.tar.gz", hash = "sha256:51df086a9ae17ffa16538f52ef3bb8b3d85b0e52c84958980553cb6cadd9e565", size = 352208 }
wheels = [
{ url = "https://files.pythonhosted.org/packages/50/f2/5700dbeec7dca0aa57a6ed2f472fa3a323b46c85ab2bc446b2c7c8fb599e/langsmith-0.3.37-py3-none-any.whl", hash = "sha256:bdecca4eb48ba1799e821a33dbdca318ab202faa71a5bfa7d2358be6c3fd7eeb", size = 359308 },
{ url = "https://files.pythonhosted.org/packages/58/06/fdcc2e8de8934595e7fd7b3f7c93065ff25c03ddeda566823882379b66b2/langsmith-0.4.2-py3-none-any.whl", hash = "sha256:2b1a3f889e134546dc5d67e23e5e8c6be5f91fd86827276ac874e3a25a04498a", size = 367715 },
]
[[package]]