upgpkg: python-langchain-core 0.1.31-1

Upstream Release: python-langchain-core 0.1.31

Signed-off-by: txtsd <code@ihavea.quest>
This commit is contained in:
txtsd 2024-03-13 17:29:42 +05:30
parent 70dc7aa86c
commit af0b82c824
2 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
pkgbase = python-langchain-core
pkgdesc = Building applications with LLMs through composability
pkgver = 0.1.30
pkgver = 0.1.31
pkgrel = 1
url = https://pypi.org/project/langchain-core
arch = any
@ -20,9 +20,9 @@ pkgbase = python-langchain-core
depends = python-tenacity
depends = python-jinja
depends = python-typing_extensions
source = https://pypi.org/packages/source/l/langchain-core/langchain_core-0.1.30.tar.gz
source = https://github.com/langchain-ai/langchain/raw/v0.1.11/LICENSE
sha256sums = e13a016e55e7f082ff3eeeda2d0cb505b89a8830e3a23c1d134d0a89d7871894
source = https://pypi.org/packages/source/l/langchain-core/langchain_core-0.1.31.tar.gz
source = https://github.com/langchain-ai/langchain/raw/v0.1.12/LICENSE
sha256sums = d660cf209bb6ce61cb1c853107b091aaa809015a55dce9e0ce19b51d4c8f2a70
sha256sums = 4ec67e4ca6e6721dba849b2ca82261597c86a61ee214bbf21416006b7b2d0478
pkgname = python-langchain-core

View file

@ -2,7 +2,7 @@
pkgname=python-langchain-core
_pkgname=${pkgname#python-}
pkgver=0.1.30
pkgver=0.1.31
pkgrel=1
pkgdesc="Building applications with LLMs through composability"
url="https://pypi.org/project/langchain-core"
@ -22,8 +22,8 @@ license=('MIT')
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.11/LICENSE")
sha256sums=('e13a016e55e7f082ff3eeeda2d0cb505b89a8830e3a23c1d134d0a89d7871894'
"https://github.com/langchain-ai/langchain/raw/v0.1.12/LICENSE")
sha256sums=('d660cf209bb6ce61cb1c853107b091aaa809015a55dce9e0ce19b51d4c8f2a70'
'4ec67e4ca6e6721dba849b2ca82261597c86a61ee214bbf21416006b7b2d0478')
build() {