python-langchain-core: 0.3.41-1

This commit is contained in:
devome 2025-03-05 00:14:44 +08:00
parent 950f973786
commit 63f2ab7ee5
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.40
pkgver = 0.3.41
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.40.tar.gz::https://files.pythonhosted.org/packages/source/l/langchain-core/langchain_core-0.3.40.tar.gz
sha256sums = 893a238b38491967c804662c1ec7c3e6ebaf223d1125331249c3cf3862ff2746
source = langchain-core-0.3.41.tar.gz::https://files.pythonhosted.org/packages/source/l/langchain-core/langchain_core-0.3.41.tar.gz
sha256sums = d3ee9f3616ebbe7943470ade23d4a04e1729b1512c0ec55a4a07bd2ac64dedb4
pkgname = python-langchain-core

View file

@ -4,7 +4,7 @@
_pkgname=langchain-core
_pipname="${_pkgname//-/_}"
pkgname="python-${_pkgname}"
pkgver=0.3.40
pkgver=0.3.41
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-pdm-backend' 'python-wheel')
source=("${_pkgname}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pipname}-${pkgver}.tar.gz")
sha256sums=('893a238b38491967c804662c1ec7c3e6ebaf223d1125331249c3cf3862ff2746')
sha256sums=('d3ee9f3616ebbe7943470ade23d4a04e1729b1512c0ec55a4a07bd2ac64dedb4')
build() {
cd "${_pipname}-${pkgver}"