python3Packages.langfuse: 2.60.7 -> 3.2.1

https://github.com/langfuse/langfuse-python/releases/tag/v3.2.1

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:00:20 +02:00
parent 646bcc6992
commit eb7dd6e9c9
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "langfuse";
version = "2.60.7";
version = "3.2.1";
pyproject = true;
src = fetchFromGitHub {
owner = "langfuse";
repo = "langfuse-python";
tag = "v${version}";
hash = "sha256-8IlqHO46Kzz+ifmIu2y5SxshNv/lpZO74b1KTE2Opk4=";
hash = "sha256-O2mu152aQnYZkPgJTf9TGrC4Ohcp89qQxxrup63yxu8=";
};
build-system = [ poetry-core ];