diff --git a/.SRCINFO b/.SRCINFO index ec64e886c276..215d12a45d1b 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = python-langchain-core pkgdesc = Building applications with LLMs through composability - pkgver = 0.1.33 + pkgver = 0.1.34 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.33.tar.gz + source = https://pypi.org/packages/source/l/langchain-core/langchain_core-0.1.34.tar.gz source = https://github.com/langchain-ai/langchain/raw/v0.1.13/LICENSE - sha256sums = 545eff3de83cc58231bd2b0c6d672323fc2077b94d326ba1a3219118af1d1a66 + sha256sums = f50612f292166f2c4ebfe76a94c4cbee310b4eb3da475fb252f3cd5d78935bff sha256sums = 4ec67e4ca6e6721dba849b2ca82261597c86a61ee214bbf21416006b7b2d0478 pkgname = python-langchain-core diff --git a/PKGBUILD b/PKGBUILD index 3f8387da7a80..fa9661d5e0f5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=python-langchain-core _pkgname=${pkgname#python-} -pkgver=0.1.33 +pkgver=0.1.34 pkgrel=1 pkgdesc="Building applications with LLMs through composability" url="https://pypi.org/project/langchain-core" @@ -23,7 +23,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.13/LICENSE") -sha256sums=('545eff3de83cc58231bd2b0c6d672323fc2077b94d326ba1a3219118af1d1a66' +sha256sums=('f50612f292166f2c4ebfe76a94c4cbee310b4eb3da475fb252f3cd5d78935bff' '4ec67e4ca6e6721dba849b2ca82261597c86a61ee214bbf21416006b7b2d0478') build() {