summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortxtsd2024-03-21 10:57:45 +0530
committertxtsd2024-03-21 10:57:45 +0530
commit48218b9e1e8e1f91ddce8109815ba53e9110ceec (patch)
tree3f6fc6293dee81dcb894c896e2b8f2a90a561e0c
parent58ead039fe9bc74f9c9e67d5f4e08b53ef55da24 (diff)
downloadaur-48218b9e1e8e1f91ddce8109815ba53e9110ceec.tar.gz
upgpkg: python-langchain-community 0.0.29-1
Upstream Release: python-langchain-community 0.0.29 Signed-off-by: txtsd <code@ihavea.quest>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7ffb757c97b..bc59d6b67128 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-langchain-community
pkgdesc = Community contributed LangChain integrations.
- pkgver = 0.0.28
+ pkgver = 0.0.29
pkgrel = 1
url = https://pypi.org/project/langchain-community
arch = any
@@ -59,9 +59,9 @@ pkgbase = python-langchain-community
depends = python-httpx
depends = python-urllib3
depends = python-psutil
- source = https://pypi.org/packages/source/l/langchain-community/langchain_community-0.0.28.tar.gz
- source = https://github.com/langchain-ai/langchain/raw/v0.1.12/LICENSE
- sha256sums = 8664d243a90550fc5ddc137b712034e02c8d43afc8d4cc832ba5842b44c864ce
+ source = https://pypi.org/packages/source/l/langchain-community/langchain_community-0.0.29.tar.gz
+ source = https://github.com/langchain-ai/langchain/raw/v0.1.13/LICENSE
+ sha256sums = d88107fafa9fe2c5733da9630c68d9ee51cd33b1c88a4950e7a2d9a38f7e7aa3
sha256sums = 4ec67e4ca6e6721dba849b2ca82261597c86a61ee214bbf21416006b7b2d0478
pkgname = python-langchain-community
diff --git a/PKGBUILD b/PKGBUILD
index 0af0218da6ec..ba4627d4a021 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-langchain-community
_pkgname=${pkgname#python-}
-pkgver=0.0.28
+pkgver=0.0.29
pkgrel=1
pkgdesc="Community contributed LangChain integrations."
url="https://pypi.org/project/langchain-community"
@@ -62,8 +62,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.12/LICENSE")
-sha256sums=('8664d243a90550fc5ddc137b712034e02c8d43afc8d4cc832ba5842b44c864ce'
+ "https://github.com/langchain-ai/langchain/raw/v0.1.13/LICENSE")
+sha256sums=('d88107fafa9fe2c5733da9630c68d9ee51cd33b1c88a4950e7a2d9a38f7e7aa3'
'4ec67e4ca6e6721dba849b2ca82261597c86a61ee214bbf21416006b7b2d0478')
build() {