Skip to content

Commit

Permalink
partners/anthropic: release 0.3.0 (#26466)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored Sep 13, 2024
1 parent 64bfe1f commit 6997731
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions libs/partners/anthropic/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 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.2.0.dev1"
version = "0.3.0"
description = "An integration package connecting AnthropicMessages and LangChain"
authors = []
readme = "README.md"
Expand All @@ -21,7 +21,7 @@ disallow_untyped_defs = "True"
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
anthropic = ">=0.30.0,<1"
langchain-core = { version = "^0.3.0.dev5", allow-prereleases = true }
langchain-core = "^0.3.0"
pydantic = "^2.7.4"

[tool.ruff.lint]
Expand Down

0 comments on commit 6997731

Please sign in to comment.