Skip to content

Commit c68a123

Browse files
authored
chore: bump pydantic-ai to v1 (#117)
1 parent 13e3017 commit c68a123

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
@@ -98,6 +98,7 @@ def test_format_summary_section(self) -> None:
9898
"output_audio_tokens": 1,
9999
"details": {},
100100
"requests": 1,
101+
"tool_calls": 1,
101102
},
102103
},
103104
}
@@ -203,6 +204,7 @@ def test_format_guide(self) -> None:
203204
"output_audio_tokens": 1,
204205
"details": {},
205206
"requests": 1,
207+
"tool_calls": 1,
206208
},
207209
},
208210
}

0 commit comments

Comments
 (0)