community: release 0.2.12 (#25324)

This commit is contained in:
Erick Friis 2024-08-12 16:30:27 -07:00 committed by GitHub
parent 06f8bd9946
commit 2907ab2297
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 10 deletions

View File

@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand.
# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand.
[[package]]
name = "aiohappyeyeballs"
@ -2110,7 +2110,7 @@ files = [
[[package]]
name = "langchain"
version = "0.2.12"
version = "0.2.13"
description = "Building applications with LLMs through composability"
optional = false
python-versions = ">=3.8.1,<4.0"
@ -2120,7 +2120,7 @@ develop = true
[package.dependencies]
aiohttp = "^3.8.3"
async-timeout = {version = "^4.0.0", markers = "python_version < \"3.11\""}
langchain-core = "^0.2.27"
langchain-core = "^0.2.30"
langchain-text-splitters = "^0.2.0"
langsmith = "^0.1.17"
numpy = [
@ -2139,7 +2139,7 @@ url = "../langchain"
[[package]]
name = "langchain-core"
version = "0.2.27"
version = "0.2.30"
description = "Building applications with LLMs through composability"
optional = false
python-versions = ">=3.8.1,<4.0"
@ -2182,7 +2182,7 @@ url = "../standard-tests"
[[package]]
name = "langchain-text-splitters"
version = "0.2.2"
version = "0.2.3"
description = "LangChain text splitting utilities"
optional = false
python-versions = ">=3.8.1,<4.0"
@ -2921,6 +2921,7 @@ description = "Nvidia JIT LTO Library"
optional = false
python-versions = ">=3"
files = [
{file = "nvidia_nvjitlink_cu12-12.6.20-py3-none-manylinux2014_aarch64.whl", hash = "sha256:84fb38465a5bc7c70cbc320cfd0963eb302ee25a5e939e9f512bbba55b6072fb"},
{file = "nvidia_nvjitlink_cu12-12.6.20-py3-none-manylinux2014_x86_64.whl", hash = "sha256:562ab97ea2c23164823b2a89cb328d01d45cb99634b8c65fe7cd60d14562bd79"},
{file = "nvidia_nvjitlink_cu12-12.6.20-py3-none-win_amd64.whl", hash = "sha256:ed3c43a17f37b0c922a919203d2d36cbef24d41cc3e6b625182f8b58203644f6"},
]
@ -3078,8 +3079,8 @@ files = [
[package.dependencies]
numpy = [
{version = ">=1.20.3", markers = "python_version < \"3.10\""},
{version = ">=1.21.0", markers = "python_version >= \"3.10\" and python_version < \"3.11\""},
{version = ">=1.23.2", markers = "python_version >= \"3.11\""},
{version = ">=1.21.0", markers = "python_version >= \"3.10\" and python_version < \"3.11\""},
]
python-dateutil = ">=2.8.2"
pytz = ">=2020.1"
@ -5730,4 +5731,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools",
[metadata]
lock-version = "2.0"
python-versions = ">=3.8.1,<4.0"
content-hash = "125c9285d6ca0bd15f21b6b97cf070d70307f27091b7f948dd1644ed4fb7f82b"
content-hash = "f1f889d29086262bcd588d142080a1e5bbb2b80b006a9443f8c10cdf5b12173a"

View File

@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "langchain-community"
version = "0.2.11"
version = "0.2.12"
description = "Community contributed LangChain integrations."
authors = []
license = "MIT"
@ -30,8 +30,8 @@ ignore-words-list = "momento,collison,ned,foor,reworkd,parth,whats,aapply,mysogy
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = "^0.2.27"
langchain = "^0.2.12"
langchain-core = "^0.2.30"
langchain = "^0.2.13"
SQLAlchemy = ">=1.4,<3"
requests = "^2"
PyYAML = ">=5.3"