lanchain[patch]: Release 0.1.9 (#17999)

pull/17870/head^2 v0.1.9
Bagatur 5 months ago committed by GitHub
parent b46d6b04e1
commit d9e6ca2279
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -3474,7 +3474,7 @@ url = "../community"
[[package]] [[package]]
name = "langchain-core" name = "langchain-core"
version = "0.1.24" version = "0.1.26"
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"
@ -9150,4 +9150,4 @@ text-helpers = ["chardet"]
[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 = "417ecc70e983739852f1556da647cf6c97ae6236b670d37227a19d1be92cb66d" content-hash = "30df9669a4ed14c320cf8aac20f43d96234bad6d12ec6b6ac49984320832e029"

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "langchain" name = "langchain"
version = "0.1.8" version = "0.1.9"
description = "Building applications with LLMs through composability" description = "Building applications with LLMs through composability"
authors = [] authors = []
license = "MIT" license = "MIT"
@ -12,7 +12,7 @@ langchain-server = "langchain.server:main"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.8.1,<4.0" python = ">=3.8.1,<4.0"
langchain-core = ">=0.1.24,<0.2" langchain-core = ">=0.1.26,<0.2"
langchain-community = ">=0.0.21,<0.1" langchain-community = ">=0.0.21,<0.1"
langsmith = "^0.1.0" langsmith = "^0.1.0"
pydantic = ">=1,<3" pydantic = ">=1,<3"

Loading…
Cancel
Save