We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7b16ef commit 0cf5f26Copy full SHA for 0cf5f26
2 files changed
.github/workflows/ci.yml
@@ -73,6 +73,7 @@ jobs:
73
- "3.11"
74
- "3.12"
75
- "3.13"
76
+ - "3.14"
77
78
name: Test on Python version ${{ matrix.python-version }}
79
steps:
langfuse/_client/client.py
@@ -2057,7 +2057,7 @@ def create_score(
2057
session_id=session_id,
2058
datasetRunId=dataset_run_id,
2059
traceId=trace_id,
2060
- observation_id=observation_id,
+ observationId=observation_id,
2061
name=name,
2062
value=value,
2063
dataType=data_type, # type: ignore
0 commit comments