python3Packages.langfuse: 3.7.0 -> 3.8.1 (#455264)

This commit is contained in:
Fabian Affolter
2025-10-25 10:46:48 +00:00
committed by GitHub
@@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "langfuse";
version = "3.7.0";
version = "3.8.1";
pyproject = true;
src = fetchFromGitHub {
owner = "langfuse";
repo = "langfuse-python";
tag = "v${version}";
hash = "sha256-eq6uOb4C3Kbdi+I6Fcl0qWgey57BmrATqzvtDLjDMnw=";
hash = "sha256-HXg7p3yfRXK13FLxkfCaKxZxDkXX8Y274ZVKL17Zj0A=";
};
build-system = [ poetry-core ];