diff options
author | devome | 2025-01-04 08:13:16 +0800 |
---|---|---|
committer | devome | 2025-01-04 08:13:16 +0800 |
commit | dbd7df7054c6cbdbbbbd9e1a59edd6060fcbff14 (patch) | |
tree | e85bcfc5c8a82aabf47a2ae44643a299b15bd03c | |
parent | 42d4bbfce74822438a07a1820b85e14d959a8e89 (diff) | |
download | aur-dbd7df7054c6cbdbbbbd9e1a59edd6060fcbff14.tar.gz |
python-langsmith: 0.2.10-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = python-langsmith pkgdesc = Client library to connect to the LangSmith LLM Tracing and Evaluation Platform. - pkgver = 0.2.9 + pkgver = 0.2.10 pkgrel = 1 url = https://smith.langchain.com/ arch = any @@ -17,7 +17,7 @@ pkgbase = python-langsmith optdepends = python-langsmith-pyo3 optdepends = python-vcrpy optdepends = python-zstandard - source = langsmith-0.2.9.tar.gz::https://files.pythonhosted.org/packages/source/l/langsmith/langsmith-0.2.9.tar.gz - sha256sums = 5da3021864523097b2880ce97b070013db65b383f4d31e59ffea54322c9a45b3 + source = langsmith-0.2.10.tar.gz::https://files.pythonhosted.org/packages/source/l/langsmith/langsmith-0.2.10.tar.gz + sha256sums = 153c7b3ccbd823528ff5bec84801e7e50a164e388919fc583252df5b27dd7830 pkgname = python-langsmith @@ -4,7 +4,7 @@ _pkgname=langsmith _pipname="${_pkgname//-/_}" pkgname="python-${_pkgname}" -pkgver=0.2.9 +pkgver=0.2.10 pkgrel=1 pkgdesc="Client library to connect to the LangSmith LLM Tracing and Evaluation Platform." arch=('any') @@ -14,7 +14,7 @@ depends=(python-httpx python-orjson python-pydantic python-requests python-reque makedepends=('python-build' 'python-installer' 'python-poetry-core' 'python-wheel') optdepends=(python-langsmith-pyo3 python-vcrpy python-zstandard) source=("${_pkgname}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pipname}-${pkgver}.tar.gz") -sha256sums=('5da3021864523097b2880ce97b070013db65b383f4d31e59ffea54322c9a45b3') +sha256sums=('153c7b3ccbd823528ff5bec84801e7e50a164e388919fc583252df5b27dd7830') build() { cd "${_pkgname}-${pkgver}" |