Skip to content

Commit 26b8f20

Browse files
authored
Merge pull request #534 from ther3zz/patch-4
change required langfuse version
2 parents f86f147 + bda1c8e commit 26b8f20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/filters/langfuse_filter_pipeline.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
title: Langfuse Filter Pipeline
33
author: open-webui
44
date: 2025-06-16
5-
version: 1.7
5+
version: 1.7.1
66
license: MIT
77
description: A filter pipeline that uses Langfuse.
8-
requirements: langfuse
8+
requirements: langfuse<3.0.0
99
"""
1010

1111
from typing import List, Optional

0 commit comments

Comments
 (0)