Skip to content

Commit e0da7f9

Browse files
committed
Add lockfile, fmt
1 parent cadae2c commit e0da7f9

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

.riot/requirements/16562eb.txt

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.7
3+
# by the following command:
4+
#
5+
# pip-compile --allow-unsafe --config=pyproject.toml --no-annotate --resolver=backtracking .riot/requirements/16562eb.in
6+
#
7+
attrs==24.2.0
8+
coverage[toml]==7.2.7
9+
exceptiongroup==1.2.2
10+
hypothesis==6.45.0
11+
idna==3.10
12+
importlib-metadata==6.7.0
13+
iniconfig==2.0.0
14+
mock==5.1.0
15+
multidict==6.0.5
16+
opentracing==2.4.0
17+
packaging==24.0
18+
pluggy==1.2.0
19+
pytest==7.4.4
20+
pytest-asyncio==0.21.1
21+
pytest-cov==4.1.0
22+
pytest-mock==3.11.1
23+
pyyaml==6.0.1
24+
six==1.17.0
25+
sortedcontainers==2.4.0
26+
tomli==2.0.1
27+
typing-extensions==4.7.1
28+
urllib3==1.26.20
29+
vcrpy==4.4.0
30+
wrapt==1.16.0
31+
yarl==1.9.4
32+
zipp==3.15.0

tests/llmobs/test_propagation.py

+1
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ def test_activate_distributed_headers_propagate_correct_llmobs_parent_id_simple(
216216
env["DD_TRACE_ENABLED"] = "0"
217217
stdout, stderr, status, _ = run_python_code_in_subprocess(code=code, env=env)
218218
assert status == 0, (stdout, stderr)
219+
219220
headers = json.loads(stdout.decode())
220221
LLMObs.activate_distributed_headers(headers)
221222
with LLMObs.workflow("LLMObs span") as span:

0 commit comments

Comments
 (0)