anthropic[patch]: Release 0.1.19 (#23783)

This commit is contained in:
Bagatur 2024-07-02 18:17:25 -04:00 committed by GitHub
parent 6168c846b2
commit ebb404527f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "langchain-anthropic"
version = "0.1.18"
version = "0.1.19"
description = "An integration package connecting AnthropicMessages and LangChain"
authors = []
readme = "README.md"
@ -80,10 +80,6 @@ develop = true
path = "../../standard-tests"
develop = true
[tool.poetry.group.typing.dependencies.langchain-core]
path = "../../core"
develop = true
[tool.poetry.group.dev.dependencies.langchain-core]
path = "../../core"
develop = true
@ -91,3 +87,7 @@ develop = true
[tool.poetry.group.test_integration.dependencies.langchain-core]
path = "../../core"
develop = true
[tool.poetry.group.typing.dependencies.langchain-core]
path = "../../core"
develop = true