langchain[patch]: Release 0.0.347 (#14368)

pull/8166/head^2 v0.0.347
Bagatur 6 months ago committed by GitHub
parent a7271cf5bd
commit db6bf8b022
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4286,7 +4286,7 @@ tests = ["pandas (>=1.4)", "pytest", "pytest-asyncio", "pytest-mock"]
[[package]]
name = "langchain-core"
version = "0.0.10"
version = "0.0.11"
description = "Building applications with LLMs through composability"
optional = false
python-versions = ">=3.8.1,<4.0"
@ -11519,4 +11519,4 @@ text-helpers = ["chardet"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.8.1,<4.0"
content-hash = "ffccc36a82a8a31fb7b1e3a4d9a024093dfaf25b6115a7c8a1fcbce9d1bb726b"
content-hash = "e1bf5b9a8cdfa1f5f57401a618fdadd806617a2a3c40c38d3ff377bde0774d83"

@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain"
version = "0.0.346"
version = "0.0.347"
description = "Building applications with LLMs through composability"
authors = []
license = "MIT"
@ -12,7 +12,7 @@ langchain-server = "langchain.server:main"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = ">=0.0.10,<0.1"
langchain-core = ">=0.0.11,<0.1"
pydantic = ">=1,<3"
SQLAlchemy = ">=1.4,<3"
requests = "^2"

Loading…
Cancel
Save