From 63c5247a4388bd33bafcefd0eead7e63b4d806ff Mon Sep 17 00:00:00 2001 From: txtsd Date: Sat, 6 Apr 2024 10:21:17 +0530 Subject: [PATCH] upgpkg: python-langchain-core 0.1.40-1 Upstream Release: python-langchain-core 0.1.40 Signed-off-by: txtsd --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 46910fb387a3..ffc0f20bbe57 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = python-langchain-core pkgdesc = Building applications with LLMs through composability - pkgver = 0.1.38 + pkgver = 0.1.40 pkgrel = 1 url = https://pypi.org/project/langchain-core arch = any @@ -21,9 +21,9 @@ pkgbase = python-langchain-core depends = python-jinja depends = python-typing_extensions depends = python-defusedxml - source = https://pypi.org/packages/source/l/langchain-core/langchain_core-0.1.38.tar.gz + source = https://pypi.org/packages/source/l/langchain-core/langchain_core-0.1.40.tar.gz source = https://github.com/langchain-ai/langchain/raw/v0.1.14/LICENSE - sha256sums = ee8da6d061c06cce7dc22fec224b6ecbc3a8de106d6dd9f409c7fe448ea41861 + sha256sums = 34c06fc0e6d3534b738c63f85403446b4be71161665b7e091f9bb19c914ec100 sha256sums = 4ec67e4ca6e6721dba849b2ca82261597c86a61ee214bbf21416006b7b2d0478 pkgname = python-langchain-core diff --git a/PKGBUILD b/PKGBUILD index 4b36a2396c13..4f972900a412 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=python-langchain-core _pkgname=${pkgname#python-} -pkgver=0.1.38 +pkgver=0.1.40 pkgrel=1 pkgdesc="Building applications with LLMs through composability" url="https://pypi.org/project/langchain-core" @@ -24,7 +24,7 @@ arch=('any') _src_name="${_pkgname/-/_}-${pkgver}" source=("https://pypi.org/packages/source/${_pkgname::1}/${_pkgname}/${_src_name}.tar.gz" "https://github.com/langchain-ai/langchain/raw/v0.1.14/LICENSE") -sha256sums=('ee8da6d061c06cce7dc22fec224b6ecbc3a8de106d6dd9f409c7fe448ea41861' +sha256sums=('34c06fc0e6d3534b738c63f85403446b4be71161665b7e091f9bb19c914ec100' '4ec67e4ca6e6721dba849b2ca82261597c86a61ee214bbf21416006b7b2d0478') build() {