Skip to content

Commit bdc6681

Browse files
committed
chore: bump pydanic-ai to v1
1 parent 427e82e commit bdc6681

File tree

3 files changed

+17
-16
lines changed

3 files changed

+17
-16
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ classifiers = [
3333
dependencies = [
3434
"click>=8.1.7,<9.0.0",
3535
"pydantic>=2.10.3,<3.0.0",
36-
"pydantic-ai-slim[anthropic,google,mistral,openai] (>=0.8.1,<0.9.0)",
36+
"pydantic-ai-slim[anthropic,google,mistral,openai] (>=1.0.0,<2.0.0)",
3737
"python-gitlab>=5.1.0,<6.0.0",
3838
"rich>=13.9.4,<14.0.0",
3939
"pygithub>=2.6.1,<3.0.0",

tests/formatters/test_json.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ def test_format_summary_section(self) -> None:
9494
"output_audio_tokens": 1,
9595
"details": {},
9696
"requests": 1,
97+
"tool_calls": 1,
9798
},
9899
},
99100
}
@@ -195,6 +196,7 @@ def test_format_guide(self) -> None:
195196
"output_audio_tokens": 1,
196197
"details": {},
197198
"requests": 1,
199+
"tool_calls": 1,
198200
},
199201
},
200202
}

0 commit comments

Comments
 (0)