Skip to content

Commit bc4a567

Browse files
fix: update module name and include devtools as dev dependency for example scripts (#597)
Co-authored-by: Samuel Colvin <[email protected]>
1 parent 985f5d4 commit bc4a567

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

examples/pydantic_ai_examples/stream_whales.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Run with:
77
8-
uv run -m pydantic_ai_examples.whales
8+
uv run -m pydantic_ai_examples.stream_whales
99
"""
1010

1111
from typing import Annotated

examples/pydantic_ai_examples/weather_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
Run with:
88
9-
uv run -m pydantic_ai_examples.weather
9+
uv run -m pydantic_ai_examples.weather_agent
1010
"""
1111

1212
from __future__ import annotations as _annotations

examples/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ dependencies = [
4141
"python-multipart>=0.0.17",
4242
"rich>=13.9.2",
4343
"uvicorn>=0.32.0",
44+
"devtools>=0.12.2",
4445
]
4546

4647
[tool.hatch.build.targets.wheel]

uv.lock

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

0 commit comments

Comments
 (0)