summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortxtsd2024-03-13 17:29:42 +0530
committertxtsd2024-03-13 17:29:42 +0530
commitaf0b82c82432df45a5c3fc1df024fef07e1886b0 (patch)
tree4a9eec1d32ef27a75284b458fd7a4d4b2d7c8e21
parent70dc7aa86c95dafb759c59a9f9f461cf4bf12d8c (diff)
downloadaur-af0b82c82432df45a5c3fc1df024fef07e1886b0.tar.gz
upgpkg: python-langchain-core 0.1.31-1
Upstream Release: python-langchain-core 0.1.31 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 e2bc57a9f501..ad6b33cb7d41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 35fabe6d47a7..0bc008033567 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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() {