python-langchain-core: 0.3.18-1

This commit is contained in:
devome 2024-11-14 01:13:25 +08:00
parent 50f1392a10
commit fd4db46917
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.17
pkgver = 0.3.18
pkgrel = 1
url = https://github.com/langchain-ai/langchain
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.17.tar.gz::https://files.pythonhosted.org/packages/source/l/langchain_core/langchain_core-0.3.17.tar.gz
sha256sums = 9e992e8f9f783af78d652a84ee5c99186a35c503812535c86528fb6796134d62
source = langchain-core-0.3.18.tar.gz::https://files.pythonhosted.org/packages/source/l/langchain_core/langchain_core-0.3.18.tar.gz
sha256sums = a14e9b9c0525b6fc9a7e4fe7f54a48b272d91ea855b1b081b364fabb966ae7af
pkgname = python-langchain-core

View file

@ -4,7 +4,7 @@
_pkgname=langchain-core
_pipname="${_pkgname//-/_}"
pkgname="python-${_pkgname}"
pkgver=0.3.17
pkgver=0.3.18
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=('9e992e8f9f783af78d652a84ee5c99186a35c503812535c86528fb6796134d62')
sha256sums=('a14e9b9c0525b6fc9a7e4fe7f54a48b272d91ea855b1b081b364fabb966ae7af')
build() {
cd "${_pipname}-${pkgver}"