mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-28 17:38:36 +00:00
partners/anthropic: release 0.3.0 (#26466)
This commit is contained in:
parent
64bfe1ff23
commit
6997731729
4
libs/partners/anthropic/poetry.lock
generated
4
libs/partners/anthropic/poetry.lock
generated
@ -511,7 +511,7 @@ files = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "langchain-core"
|
name = "langchain-core"
|
||||||
version = "0.3.0.dev5"
|
version = "0.3.0"
|
||||||
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"
|
||||||
@ -1315,4 +1315,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 = "520b8ec2e40d9b40e0a75635dfea41983b38298fdc4d42128684220ceb4833b4"
|
content-hash = "4251a8414020ba5c2ced1f82e63c206d9766aaabd863efff1bc900c921d18b87"
|
||||||
|
@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
|
|||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "langchain-anthropic"
|
name = "langchain-anthropic"
|
||||||
version = "0.2.0.dev1"
|
version = "0.3.0"
|
||||||
description = "An integration package connecting AnthropicMessages and LangChain"
|
description = "An integration package connecting AnthropicMessages and LangChain"
|
||||||
authors = []
|
authors = []
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
@ -21,7 +21,7 @@ disallow_untyped_defs = "True"
|
|||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = ">=3.9,<4.0"
|
python = ">=3.9,<4.0"
|
||||||
anthropic = ">=0.30.0,<1"
|
anthropic = ">=0.30.0,<1"
|
||||||
langchain-core = { version = "^0.3.0.dev5", allow-prereleases = true }
|
langchain-core = "^0.3.0"
|
||||||
pydantic = "^2.7.4"
|
pydantic = "^2.7.4"
|
||||||
|
|
||||||
[tool.ruff.lint]
|
[tool.ruff.lint]
|
||||||
|
Loading…
Reference in New Issue
Block a user