Skip to content

Commit 3c522ba

Browse files
authored
Merge branch 'main' into hassieb/lfe-4084-add-env-property
2 parents 1670b32 + 3c78372 commit 3c522ba

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

langfuse/openai.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -774,6 +774,7 @@ def initialize(self):
774774
sdk_integration="openai",
775775
sample_rate=openai.langfuse_sample_rate,
776776
environment=openai.langfuse_environment,
777+
mask=openai.langfuse_mask,
777778
)
778779

779780
return self._langfuse

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "langfuse"
33

4-
version = "2.59.4"
4+
version = "2.59.5"
55
description = "A client library for accessing langfuse"
66
authors = ["langfuse <developers@langfuse.com>"]
77
license = "MIT"

0 commit comments

Comments
 (0)