mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-02 03:15:11 +00:00
anthropic[patch]: Release 0.1.7 (#20240)
This commit is contained in:
parent
74d04a4e80
commit
4b84c9b28c
4
libs/partners/anthropic/poetry.lock
generated
4
libs/partners/anthropic/poetry.lock
generated
@ -437,7 +437,7 @@ files = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "langchain-core"
|
name = "langchain-core"
|
||||||
version = "0.1.40"
|
version = "0.1.41"
|
||||||
description = "Building applications with LLMs through composability"
|
description = "Building applications with LLMs through composability"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.8.1,<4.0"
|
python-versions = ">=3.8.1,<4.0"
|
||||||
@ -1204,4 +1204,4 @@ watchmedo = ["PyYAML (>=3.10)"]
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = ">=3.8.1,<4.0"
|
python-versions = ">=3.8.1,<4.0"
|
||||||
content-hash = "60a40f50a762f49026cfeeb822de78cef08d2a60e585cc994c0f5dcb9498f6ab"
|
content-hash = "b49e09e94f898de0ff55494c932ed56984b4baa3e506dacf95e6ec858a0df1dd"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "langchain-anthropic"
|
name = "langchain-anthropic"
|
||||||
version = "0.1.6"
|
version = "0.1.7"
|
||||||
description = "An integration package connecting AnthropicMessages and LangChain"
|
description = "An integration package connecting AnthropicMessages and LangChain"
|
||||||
authors = []
|
authors = []
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
@ -12,7 +12,7 @@ license = "MIT"
|
|||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = ">=3.8.1,<4.0"
|
python = ">=3.8.1,<4.0"
|
||||||
langchain-core = "^0.1.33"
|
langchain-core = "^0.1.41"
|
||||||
anthropic = ">=0.23.0,<1"
|
anthropic = ">=0.23.0,<1"
|
||||||
defusedxml = { version = "^0.7.1", optional = true }
|
defusedxml = { version = "^0.7.1", optional = true }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user