summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordevome2025-01-04 08:13:16 +0800
committerdevome2025-01-04 08:13:16 +0800
commitdbd7df7054c6cbdbbbbd9e1a59edd6060fcbff14 (patch)
treee85bcfc5c8a82aabf47a2ae44643a299b15bd03c
parent42d4bbfce74822438a07a1820b85e14d959a8e89 (diff)
downloadaur-dbd7df7054c6cbdbbbbd9e1a59edd6060fcbff14.tar.gz
python-langsmith: 0.2.10-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06b390f120f6..e9452feb6e4f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index a990f9ca6e40..08faf383fa9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}"