mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-29 09:58:44 +00:00
anthropic[patch]: Release 0.1.19 (#23783)
This commit is contained in:
parent
6168c846b2
commit
ebb404527f
@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
|
|||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "langchain-anthropic"
|
name = "langchain-anthropic"
|
||||||
version = "0.1.18"
|
version = "0.1.19"
|
||||||
description = "An integration package connecting AnthropicMessages and LangChain"
|
description = "An integration package connecting AnthropicMessages and LangChain"
|
||||||
authors = []
|
authors = []
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
@ -80,10 +80,6 @@ develop = true
|
|||||||
path = "../../standard-tests"
|
path = "../../standard-tests"
|
||||||
develop = true
|
develop = true
|
||||||
|
|
||||||
[tool.poetry.group.typing.dependencies.langchain-core]
|
|
||||||
path = "../../core"
|
|
||||||
develop = true
|
|
||||||
|
|
||||||
[tool.poetry.group.dev.dependencies.langchain-core]
|
[tool.poetry.group.dev.dependencies.langchain-core]
|
||||||
path = "../../core"
|
path = "../../core"
|
||||||
develop = true
|
develop = true
|
||||||
@ -91,3 +87,7 @@ develop = true
|
|||||||
[tool.poetry.group.test_integration.dependencies.langchain-core]
|
[tool.poetry.group.test_integration.dependencies.langchain-core]
|
||||||
path = "../../core"
|
path = "../../core"
|
||||||
develop = true
|
develop = true
|
||||||
|
|
||||||
|
[tool.poetry.group.typing.dependencies.langchain-core]
|
||||||
|
path = "../../core"
|
||||||
|
develop = true
|
||||||
|
Loading…
Reference in New Issue
Block a user