mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-01 19:03:25 +00:00
anthropic[patch]: Pre-release 0.1.8-rc.1 (#20250)
This commit is contained in:
parent
a8eb0f5b1b
commit
e4046939d0
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.41"
|
version = "0.1.42-rc.1"
|
||||||
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 = "b49e09e94f898de0ff55494c932ed56984b4baa3e506dacf95e6ec858a0df1dd"
|
content-hash = "f3750bfb6e8be6a5533c846330637120071c119af663b127a05c3335e8ec8fd2"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "langchain-anthropic"
|
name = "langchain-anthropic"
|
||||||
version = "0.1.7"
|
version = "0.1.8-rc.1"
|
||||||
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.41"
|
langchain-core = {version="^0.1.42-rc.1", allow-prereleases=true}
|
||||||
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