anthropic[patch]: release 0.3.2 (#29275)

This commit is contained in:
ccurme 2025-01-17 14:48:31 -05:00 committed by GitHub
parent c616b445f2
commit ac52021097
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View File

@ -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]] [[package]]
name = "annotated-types" name = "annotated-types"
@ -453,7 +453,7 @@ files = [
[[package]] [[package]]
name = "langchain-core" name = "langchain-core"
version = "0.3.27" version = "0.3.30"
description = "Building applications with LLMs through composability" description = "Building applications with LLMs through composability"
optional = false optional = false
python-versions = ">=3.9,<4.0" python-versions = ">=3.9,<4.0"
@ -478,7 +478,7 @@ url = "../../core"
[[package]] [[package]]
name = "langchain-tests" name = "langchain-tests"
version = "0.3.7" version = "0.3.8"
description = "Standard tests for LangChain implementations" description = "Standard tests for LangChain implementations"
optional = false optional = false
python-versions = ">=3.9,<4.0" python-versions = ">=3.9,<4.0"
@ -1357,4 +1357,4 @@ watchmedo = ["PyYAML (>=3.10)"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = ">=3.9,<4.0" python-versions = ">=3.9,<4.0"
content-hash = "743255e1fe91bc0e2185a1bfe1b4c6bb13f6522affe5bb35bdfda419e93736ae" content-hash = "882c131a2202eb925560eaf821003a5c0b007131ceb3954bbbf6b1722f756e97"

View File

@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry] [tool.poetry]
name = "langchain-anthropic" name = "langchain-anthropic"
version = "0.3.1" version = "0.3.2"
description = "An integration package connecting AnthropicMessages and LangChain" description = "An integration package connecting AnthropicMessages and LangChain"
authors = [] authors = []
readme = "README.md" readme = "README.md"
@ -22,7 +22,7 @@ plugins = ['pydantic.mypy']
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.9,<4.0" python = ">=3.9,<4.0"
anthropic = ">=0.41.0,<1" anthropic = ">=0.41.0,<1"
langchain-core = "^0.3.27" langchain-core = "^0.3.30"
pydantic = "^2.7.4" pydantic = "^2.7.4"
[tool.ruff.lint] [tool.ruff.lint]