python3Packages.langfuse: 2.53.3 -> 2.57.10

https://github.com/langfuse/langfuse-python/releases/tag/v2.57.10
This commit is contained in:
Martin Weinelt
2025-01-27 10:55:53 +01:00
parent ae23ab94aa
commit 8a026a0e33
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "langfuse";
version = "2.53.3";
version = "2.57.10";
pyproject = true;
src = fetchFromGitHub {
owner = "langfuse";
repo = "langfuse-python";
tag = "v${version}";
hash = "sha256-uhbCLDjOU13KAJcCXz03IPNICG5ZI16KIShY2sXPkp4=";
hash = "sha256-H05UsHT6xPyqC/x7YIPSxk9/MMla8sEabz1tmIOKWWE=";
};
build-system = [ poetry-core ];
@@ -55,7 +55,7 @@ buildPythonPackage rec {
meta = {
description = "Instrument your LLM app with decorators or low-level SDK and get detailed tracing/observability";
homepage = "https://github.com/langfuse/langfuse-python";
changelog = "https://github.com/langfuse/langfuse-python/releases/tag/v${version}";
changelog = "https://github.com/langfuse/langfuse-python/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ natsukium ];
};