Skip to content

Commit 0cf5f26

Browse files
committed
push
1 parent b7b16ef commit 0cf5f26

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
- "3.11"
7474
- "3.12"
7575
- "3.13"
76+
- "3.14"
7677

7778
name: Test on Python version ${{ matrix.python-version }}
7879
steps:

langfuse/_client/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2057,7 +2057,7 @@ def create_score(
20572057
session_id=session_id,
20582058
datasetRunId=dataset_run_id,
20592059
traceId=trace_id,
2060-
observation_id=observation_id,
2060+
observationId=observation_id,
20612061
name=name,
20622062
value=value,
20632063
dataType=data_type, # type: ignore

0 commit comments

Comments
 (0)