bump 0.0.339rc2 (#13787)

This commit is contained in:
Bagatur 2023-11-23 12:50:09 -08:00 committed by GitHub
parent 300ff01824
commit 751226e067
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -4128,13 +4128,13 @@ tests = ["pandas (>=1.4)", "pytest", "pytest-asyncio", "pytest-mock"]
[[package]]
name = "langchain-core"
version = "0.0.4"
version = "0.0.5"
description = "Building applications with LLMs through composability"
optional = false
python-versions = ">=3.8.1,<4.0"
files = [
{file = "langchain_core-0.0.4-py3-none-any.whl", hash = "sha256:f4c6812db462a298a5c2a59d5c041565e68ab5ed9e8790008fbb85cdc54e8667"},
{file = "langchain_core-0.0.4.tar.gz", hash = "sha256:8e50cc7cc76d577c1da41ea290e22ea893ccc4cd0e4486c9df4f0c01d434bb0e"},
{file = "langchain_core-0.0.5-py3-none-any.whl", hash = "sha256:cac2c0c622062136ca365ca15b1ce02f449403574788c2424c141b38c30088df"},
{file = "langchain_core-0.0.5.tar.gz", hash = "sha256:3831fe5692a639a03676568c289f0fb5ae8d77fd7adf3e8ed8397a8e4a335932"},
]
[package.dependencies]
@ -11085,4 +11085,4 @@ text-helpers = ["chardet"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.8.1,<4.0"
content-hash = "56fad2f9566f5553affb797fc78041f15f2d4b95f35e69f79f8a7c0a3db384d4"
content-hash = "2e6a3d2370b12302f338bee317b467bff45e8a92954530cbaac164f01635076a"

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain"
version = "0.0.339rc1"
version = "0.0.339rc2"
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.4"
langchain-core = "^0.0.5"
pydantic = ">=1,<3"
SQLAlchemy = ">=1.4,<3"
requests = "^2"