Skip to content

Commit

Permalink
anthropic[patch]: Release 0.1.19 (#23783)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan committed Jul 2, 2024
1 parent 6168c84 commit ebb4045
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libs/partners/anthropic/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -80,14 +80,14 @@ develop = true
path = "../../standard-tests"
develop = true

[tool.poetry.group.typing.dependencies.langchain-core]
[tool.poetry.group.dev.dependencies.langchain-core]
path = "../../core"
develop = true

[tool.poetry.group.dev.dependencies.langchain-core]
[tool.poetry.group.test_integration.dependencies.langchain-core]
path = "../../core"
develop = true

[tool.poetry.group.test_integration.dependencies.langchain-core]
[tool.poetry.group.typing.dependencies.langchain-core]
path = "../../core"
develop = true

0 comments on commit ebb4045

Please sign in to comment.