Skip to content

Commit c145b90

Browse files
committed
Release 0.8.1
1 parent 98ca87e commit c145b90

31 files changed

+292
-1207
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,7 @@ response = client.prompts.call_stream(
190190
"2024-01-15 09:30:00+00:00",
191191
),
192192
source_datapoint_id="string",
193-
trace_id="string",
194-
trace_parent_log_id="string",
193+
trace_parent_id="string",
195194
batches=["string"],
196195
user="string",
197196
prompts_call_stream_request_environment="string",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "humanloop"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
description = ""
55
readme = "README.md"
66
authors = []

0 commit comments

Comments
 (0)