Skip to content

Commit 2398e50

Browse files
Port pydantic_ai.Agent to using pydantic_graph (#725)
Co-authored-by: Samuel Colvin <[email protected]>
1 parent 0a5c40d commit 2398e50

File tree

6 files changed

+969
-562
lines changed

6 files changed

+969
-562
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ jobs:
130130

131131
- run: mkdir coverage
132132

133-
# run tests with just `pydantic-ai-slim` and `pydantic-graph` dependencies
134-
- run: uv run --package pydantic-ai-slim --extra graph coverage run -m pytest
133+
# run tests with just `pydantic-ai-slim` dependencies
134+
- run: uv run --package pydantic-ai-slim coverage run -m pytest
135135
env:
136136
COVERAGE_FILE: coverage/.coverage.${{ runner.os }}-py${{ matrix.python-version }}-slim
137137

0 commit comments

Comments
 (0)