anthropic[patch]: Pre-release 0.1.8-rc.1 (#20250)

pull/20252/head
Bagatur 5 months ago committed by GitHub
parent a8eb0f5b1b
commit e4046939d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save