python3Packages.langfuse: 3.11.2 -> 3.12.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-01-21 18:34:38 +01:00
parent d30715b172
commit 3c2b574b13
@@ -22,14 +22,14 @@
buildPythonPackage (finalAttrs: {
pname = "langfuse";
version = "3.11.2";
version = "3.12.0";
pyproject = true;
src = fetchFromGitHub {
owner = "langfuse";
repo = "langfuse-python";
tag = "v${finalAttrs.version}";
hash = "sha256-CZa1nzgGHQSx/cPkOxbDsfkWpgr/veWRN8zgHeYrJOw=";
hash = "sha256-LHKNy5KSJhRhxkrp4+pjD0GGHTooaj7adrRA7I4mbdo=";
};
# https://github.com/langfuse/langfuse/issues/9618