Skip to content

Commit b7b16ef

Browse files
committed
push
1 parent 4130ef4 commit b7b16ef

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

langfuse/api/commons/types/map_value.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
MapValue = typing.Union[
66
typing.Optional[str],
77
typing.Optional[int],
8+
typing.Optional[float],
89
typing.Optional[bool],
910
typing.Optional[typing.List[str]],
1011
]

0 commit comments

Comments
 (0)