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.

Changed files
+2 -2
pkgs
development
python-modules
langfuse
+2 -2
pkgs/development/python-modules/langfuse/default.nix
···
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 ];