mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 20:52:55 +01:00
python-langchain-core: 0.3.49-1
This commit is contained in:
parent
78904493b3
commit
19c60843fc
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = python-langchain-core
|
||||
pkgdesc = Building applications with LLMs through composability
|
||||
pkgver = 0.3.48
|
||||
pkgver = 0.3.49
|
||||
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.48.tar.gz::https://files.pythonhosted.org/packages/source/l/langchain-core/langchain_core-0.3.48.tar.gz
|
||||
sha256sums = be4b2fe36d8a11fb4b6b13e0808b12aea9f25e345624ffafe1d606afb6059f21
|
||||
source = langchain-core-0.3.49.tar.gz::https://files.pythonhosted.org/packages/source/l/langchain-core/langchain_core-0.3.49.tar.gz
|
||||
sha256sums = d9dbff9bac0021463a986355c13864d6a68c41f8559dbbd399a68e1ebd9b04b9
|
||||
|
||||
pkgname = python-langchain-core
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -4,7 +4,7 @@
|
|||
_pkgname=langchain-core
|
||||
_pipname="${_pkgname//-/_}"
|
||||
pkgname="python-${_pkgname}"
|
||||
pkgver=0.3.48
|
||||
pkgver=0.3.49
|
||||
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=('be4b2fe36d8a11fb4b6b13e0808b12aea9f25e345624ffafe1d606afb6059f21')
|
||||
sha256sums=('d9dbff9bac0021463a986355c13864d6a68c41f8559dbbd399a68e1ebd9b04b9')
|
||||
|
||||
build() {
|
||||
cd "${_pipname}-${pkgver}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue