summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordevome2025-01-22 18:13:20 +0800
committerdevome2025-01-22 18:13:20 +0800
commitb3724e0cca8bb35b98553aeedd25c85b4118aa8d (patch)
tree2a72e5d9fa8d50daacf22249928b224c265df445
parent528d72437968bb29ea9f4d9a21d3aac4e14dcfc1 (diff)
downloadaur-b3724e0cca8bb35b98553aeedd25c85b4118aa8d.tar.gz
python-langfuse: 2.57.12-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ac401bc80c2..d6bf67a2ea9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-langfuse
pkgdesc = A client library for accessing langfuse
- pkgver = 2.57.11
+ pkgver = 2.57.12
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.11.tar.gz::https://files.pythonhosted.org/packages/source/l/langfuse/langfuse-2.57.11.tar.gz
- sha256sums = f1c220decdd9c858fb58916af1775ac999836859553c6ffef33ebf2197030697
+ source = langfuse-2.57.12.tar.gz::https://files.pythonhosted.org/packages/source/l/langfuse/langfuse-2.57.12.tar.gz
+ sha256sums = e74e7c7ef790475d222a9ee6e5163524495a899817db18736df2ab14bc72615f
pkgname = python-langfuse
diff --git a/PKGBUILD b/PKGBUILD
index 08f600a1f88b..d4a61fb3f145 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=langfuse
_pipname="${_pkgname//-/_}"
pkgname="python-${_pkgname}"
-pkgver=2.57.11
+pkgver=2.57.12
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=('f1c220decdd9c858fb58916af1775ac999836859553c6ffef33ebf2197030697')
+sha256sums=('e74e7c7ef790475d222a9ee6e5163524495a899817db18736df2ab14bc72615f')
build() {
cd "${_pipname}-${pkgver}"