python-langchain-core: 0.3.32-1

This commit is contained in:
devome 2025-01-28 16:15:06 +08:00
parent 1aa7e0d6db
commit ab68797002
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = python-langchain-core
pkgdesc = Building applications with LLMs through composability
pkgver = 0.3.31
pkgver = 0.3.32
pkgrel = 1
url = https://github.com/langchain-ai/langchain/tree/master/libs/core
arch = any
@ -16,7 +16,7 @@ pkgbase = python-langchain-core
depends = python-pyyaml
depends = python-tenacity
depends = python-typing_extensions
source = langchain-core-0.3.31.tar.gz::https://files.pythonhosted.org/packages/source/l/langchain_core/langchain_core-0.3.31.tar.gz
sha256sums = 5ffa56354c07de9efaa4139609659c63e7d9b29da2c825f6bab9392ec98300df
source = langchain-core-0.3.32.tar.gz::https://files.pythonhosted.org/packages/source/l/langchain_core/langchain_core-0.3.32.tar.gz
sha256sums = 4eb85d8428585e67a1766e29c6aa2f246c6329d97cb486e8d6f564ab0bd94a4f
pkgname = python-langchain-core

View file

@ -4,7 +4,7 @@
_pkgname=langchain-core
_pipname="${_pkgname//-/_}"
pkgname="python-${_pkgname}"
pkgver=0.3.31
pkgver=0.3.32
pkgrel=1
pkgdesc="Building applications with LLMs through composability"
arch=('any')
@ -13,7 +13,7 @@ license=('MIT')
depends=(python-jsonpatch python-langsmith python-packaging python-pydantic python-pyyaml python-tenacity python-typing_extensions)
makedepends=('python-build' 'python-installer' 'python-poetry-core' 'python-wheel')
source=("${_pkgname}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/${_pipname::1}/${_pipname}/${_pipname}-${pkgver}.tar.gz")
sha256sums=('5ffa56354c07de9efaa4139609659c63e7d9b29da2c825f6bab9392ec98300df')
sha256sums=('4eb85d8428585e67a1766e29c6aa2f246c6329d97cb486e8d6f564ab0bd94a4f')
build() {
cd "${_pipname}-${pkgver}"