Skip to content

Commit ba2f4dd

Browse files
authored
upgrade deps (#1264)
1 parent 28e7882 commit ba2f4dd

File tree

2 files changed

+35
-34
lines changed

2 files changed

+35
-34
lines changed

tests/otel_integrations/test_pydantic_ai.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
assert False
2121

2222

23-
def test_instrument_pydantic_ai():
23+
@pytest.mark.anyio
24+
async def test_instrument_pydantic_ai():
2425
logfire_inst = logfire.configure(local=True)
2526

2627
model = TestModel()

uv.lock

Lines changed: 33 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)