mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
python-langsmith: upgpkg: 0.6.5-1
Signed-off-by: Aseem Athale <athaleaseem@gmail.com>
This commit is contained in:
parent
2ad9bd4cd3
commit
715581727c
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = python-langsmith
|
||||
pkgdesc = Client library to connect to the LangSmith LLM Tracing and Evaluation Platform.
|
||||
pkgver = 0.6.4
|
||||
pkgver = 0.6.5
|
||||
pkgrel = 1
|
||||
url = https://smith.langchain.com/
|
||||
arch = any
|
||||
|
|
@ -26,7 +26,7 @@ pkgbase = python-langsmith
|
|||
optdepends = python-pytest
|
||||
optdepends = python-rich
|
||||
optdepends = python-vcrpy
|
||||
source = langsmith-0.6.4.tar.gz::https://files.pythonhosted.org/packages/source/l/langsmith/langsmith-0.6.4.tar.gz
|
||||
b2sums = 467822a3d78e984c0e57f37d0d56a048ba6fe28a5b6ceff4b89a1a9a8243cb8992a5e837eff7bdd7233b0e13b6032e4aec0411e47a7040317dc4b6ca08a833fe
|
||||
source = langsmith-0.6.5.tar.gz::https://files.pythonhosted.org/packages/source/l/langsmith/langsmith-0.6.5.tar.gz
|
||||
b2sums = e485177a33e4c6979da44ce5fc4e3d7dd7ca74ebe74665067422cd8563f7beeab3cc73b94d87b9d1ed3a9699fb60c8312fc3f2956f207a66a9cb418b42b2830f
|
||||
|
||||
pkgname = python-langsmith
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
_pkgname=langsmith
|
||||
pkgname="python-${_pkgname}"
|
||||
pkgver=0.6.4
|
||||
pkgver=0.6.5
|
||||
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-packaging python-pydantic python-requ
|
|||
makedepends=('python-build' 'python-installer' 'python-poetry-core' 'python-wheel' 'python-hatchling')
|
||||
optdepends=(python-langsmith-pyo3 python-openai-agents python-opentelemetry-api python-opentelemetry-exporter-otlp-proto-http python-opentelemetry-sdk python-pytest python-rich python-vcrpy)
|
||||
source=("${_pkgname}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
|
||||
b2sums=('467822a3d78e984c0e57f37d0d56a048ba6fe28a5b6ceff4b89a1a9a8243cb8992a5e837eff7bdd7233b0e13b6032e4aec0411e47a7040317dc4b6ca08a833fe')
|
||||
b2sums=('e485177a33e4c6979da44ce5fc4e3d7dd7ca74ebe74665067422cd8563f7beeab3cc73b94d87b9d1ed3a9699fb60c8312fc3f2956f207a66a9cb418b42b2830f')
|
||||
|
||||
build() {
|
||||
cd "${_pkgname}-${pkgver}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue