Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/pydantic-ai/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
description = "Agent Assembly governance demo with Pydantic AI"
requires-python = ">=3.12"
dependencies = [
"agent-assembly==0.0.1rc3",
"agent-assembly==0.0.1rc4",
# The Agent Assembly Pydantic AI adapter installs a version-tolerant tool
# hook: it patches `AbstractToolset.call_tool` (and concrete toolsets such
# as `FunctionToolset`) on pydantic-ai >=0.3.0, and falls back to the
Expand Down
Loading