summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordevome2025-01-14 23:13:19 +0800
committerdevome2025-01-14 23:13:19 +0800
commita314580e5e8ddbd78f928291f6b637eefdd739f3 (patch)
treef0532d1f3de498854f2d67e4bae19416702fd614
parent30cb50d44c168284c55cbd164ed48af9244ff02c (diff)
downloadaur-a314580e5e8ddbd78f928291f6b637eefdd739f3.tar.gz
python-langfuse: 2.57.8-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62c27a25df49..018e17ecbb3c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-langfuse
pkgdesc = A client library for accessing langfuse
- pkgver = 2.57.7
+ pkgver = 2.57.8
pkgrel = 1
url = https://github.com/langfuse/langfuse-python
arch = any
@@ -20,7 +20,7 @@ pkgbase = python-langfuse
optdepends = python-langchain
optdepends = python-llama-index
optdepends = python-openai
- source = langfuse-2.57.7.tar.gz::https://files.pythonhosted.org/packages/source/l/langfuse/langfuse-2.57.7.tar.gz
- sha256sums = 31ea03fcb926b12fb53c283f87719eb89764d4144ed3d870ef1814c9d94c95d9
+ source = langfuse-2.57.8.tar.gz::https://files.pythonhosted.org/packages/source/l/langfuse/langfuse-2.57.8.tar.gz
+ sha256sums = 5ed67afc208407aa6fb4c9a322e309cd25eacbe004eefced398443caffc1e26c
pkgname = python-langfuse
diff --git a/PKGBUILD b/PKGBUILD
index 0c21cc55d186..4098d52aadd2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=langfuse
_pipname="${_pkgname//-/_}"
pkgname="python-${_pkgname}"
-pkgver=2.57.7
+pkgver=2.57.8
pkgrel=1
pkgdesc="A client library for accessing langfuse"
arch=('any')
@@ -13,7 +13,7 @@ depends=(python-anyio python-backoff python-httpx python-idna python-packaging p
makedepends=('python-build' 'python-installer' 'python-poetry-core' 'python-wheel')
optdepends=(python-langchain python-llama-index python-openai)
source=("${_pkgname}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pipname}-${pkgver}.tar.gz")
-sha256sums=('31ea03fcb926b12fb53c283f87719eb89764d4144ed3d870ef1814c9d94c95d9')
+sha256sums=('5ed67afc208407aa6fb4c9a322e309cd25eacbe004eefced398443caffc1e26c')
build() {
cd "${_pipname}-${pkgver}"