mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-13 08:27:03 +00:00
RELEASE: 0.0.339rc3 (#13852)
This commit is contained in:
parent
7222c42077
commit
0efa59cbb8
8
libs/langchain/poetry.lock
generated
8
libs/langchain/poetry.lock
generated
@ -4128,13 +4128,13 @@ tests = ["pandas (>=1.4)", "pytest", "pytest-asyncio", "pytest-mock"]
|
||||
|
||||
[[package]]
|
||||
name = "langchain-core"
|
||||
version = "0.0.5"
|
||||
version = "0.0.6"
|
||||
description = "Building applications with LLMs through composability"
|
||||
optional = false
|
||||
python-versions = ">=3.8.1,<4.0"
|
||||
files = [
|
||||
{file = "langchain_core-0.0.5-py3-none-any.whl", hash = "sha256:cac2c0c622062136ca365ca15b1ce02f449403574788c2424c141b38c30088df"},
|
||||
{file = "langchain_core-0.0.5.tar.gz", hash = "sha256:3831fe5692a639a03676568c289f0fb5ae8d77fd7adf3e8ed8397a8e4a335932"},
|
||||
{file = "langchain_core-0.0.6-py3-none-any.whl", hash = "sha256:dcc727ff811159e09fc1d72caae4aaea892611349d5c3fc1c18b3a19573faf27"},
|
||||
{file = "langchain_core-0.0.6.tar.gz", hash = "sha256:cffd1031764d838ad2a2f3f64477b710923ddad58eb9fe3130ff94b3669e8dd8"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@ -11085,4 +11085,4 @@ text-helpers = ["chardet"]
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">=3.8.1,<4.0"
|
||||
content-hash = "2e6a3d2370b12302f338bee317b467bff45e8a92954530cbaac164f01635076a"
|
||||
content-hash = "9e9f9edcf4543eca60bc207ed6d91991e172a5b853b0caf869ff1762ead37186"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "langchain"
|
||||
version = "0.0.339rc2"
|
||||
version = "0.0.339rc3"
|
||||
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.5"
|
||||
langchain-core = "^0.0.6"
|
||||
pydantic = ">=1,<3"
|
||||
SQLAlchemy = ">=1.4,<3"
|
||||
requests = "^2"
|
||||
|
Loading…
Reference in New Issue
Block a user