python3Packages.langfuse: 3.5.0 -> 3.6.2

This commit is contained in:
R. Ryantm
2025-10-12 12:08:17 +00:00
parent f946089b75
commit 9f46b40de3
@@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "langfuse";
version = "3.5.0";
version = "3.6.2";
pyproject = true;
src = fetchFromGitHub {
owner = "langfuse";
repo = "langfuse-python";
tag = "v${version}";
hash = "sha256-1qRdx2j5M6eIIzsHeNgGagqhvCb7WBNAmdVeie6bHI4=";
hash = "sha256-8aDldPVzTx2A65S8lTqInx2DYj2sTEJE1iNeh7HST3E=";
};
build-system = [ poetry-core ];