experimental[patch]: Release 0.0.55 (#19353)

pull/19363/head
Bagatur 3 months ago committed by GitHub
parent 2bcd760c46
commit 3fa711dce0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1712,7 +1712,7 @@ files = [
[[package]]
name = "langchain"
version = "0.1.12"
version = "0.1.13"
description = "Building applications with LLMs through composability"
optional = false
python-versions = ">=3.8.1,<4.0"
@ -1724,8 +1724,8 @@ aiohttp = "^3.8.3"
async-timeout = {version = "^4.0.0", markers = "python_version < \"3.11\""}
dataclasses-json = ">= 0.5.7, < 0.7"
jsonpatch = "^1.33"
langchain-community = ">=0.0.28,<0.1"
langchain-core = "^0.1.31"
langchain-community = ">=0.0.29,<0.1"
langchain-core = "^0.1.33"
langchain-text-splitters = ">=0.0.1,<0.1"
langsmith = "^0.1.17"
numpy = "^1"
@ -1756,7 +1756,7 @@ url = "../langchain"
[[package]]
name = "langchain-community"
version = "0.0.28"
version = "0.0.29"
description = "Community contributed LangChain integrations."
optional = false
python-versions = ">=3.8.1,<4.0"
@ -1766,7 +1766,7 @@ develop = true
[package.dependencies]
aiohttp = "^3.8.3"
dataclasses-json = ">= 0.5.7, < 0.7"
langchain-core = "^0.1.31"
langchain-core = "^0.1.33"
langsmith = "^0.1.0"
numpy = "^1"
PyYAML = ">=5.3"
@ -1784,7 +1784,7 @@ url = "../community"
[[package]]
name = "langchain-core"
version = "0.1.31"
version = "0.1.33"
description = "Building applications with LLMs through composability"
optional = false
python-versions = ">=3.8.1,<4.0"
@ -2500,6 +2500,7 @@ description = "Nvidia JIT LTO Library"
optional = true
python-versions = ">=3"
files = [
{file = "nvidia_nvjitlink_cu12-12.4.99-py3-none-manylinux2014_aarch64.whl", hash = "sha256:75d6498c96d9adb9435f2bbdbddb479805ddfb97b5c1b32395c694185c20ca57"},
{file = "nvidia_nvjitlink_cu12-12.4.99-py3-none-manylinux2014_x86_64.whl", hash = "sha256:c6428836d20fe7e327191c175791d38570e10762edc588fb46749217cd444c74"},
{file = "nvidia_nvjitlink_cu12-12.4.99-py3-none-win_amd64.whl", hash = "sha256:991905ffa2144cb603d8ca7962d75c35334ae82bf92820b6ba78157277da1ad2"},
]
@ -2633,8 +2634,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"
@ -5326,4 +5327,4 @@ extended-testing = ["faker", "jinja2", "pandas", "presidio-analyzer", "presidio-
[metadata]
lock-version = "2.0"
python-versions = ">=3.8.1,<4.0"
content-hash = "6cc1ee964ce95d4c5a96340fcdf0c1544e994382083846187fdb3c9657dcc883"
content-hash = "ac0774f64c323c9c8536eef0d4928ed3e9f7f5b5b99a8b6a7bab37c8bed80b57"

@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-experimental"
version = "0.0.54"
version = "0.0.55"
description = "Building applications with LLMs through composability"
authors = []
license = "MIT"
@ -10,8 +10,8 @@ repository = "https://github.com/langchain-ai/langchain"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = "^0.1.31"
langchain = "^0.1.12"
langchain-core = "^0.1.33"
langchain = "^0.1.13"
presidio-anonymizer = {version = "^2.2.352", optional = true}
presidio-analyzer = {version = "^2.2.352", optional = true}
faker = {version = "^19.3.1", optional = true}

Loading…
Cancel
Save