Skip to content

Commit 89a7724

Browse files
authored
update pydantic ai lower bound (#1203)
* bump lower bound * run tests on dep changes
1 parent 582da41 commit 89a7724

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/run-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,16 @@ on:
66
paths:
77
- "src/**/*.py"
88
- "tests/**/*.py"
9+
- "pyproject.toml"
10+
- "uv.lock"
911

1012
pull_request:
1113
paths:
1214
- "src/**/*.py"
1315
- "tests/**/*.py"
16+
- "pyproject.toml"
17+
- "uv.lock"
18+
1419
workflow_dispatch:
1520

1621
permissions:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies = [
1010
"alembic>=1.12.0",
1111
"jinja2>=3.1.4",
1212
"partial-json-parser>=0.2.1.1.post5",
13-
"pydantic-ai>=0.6.0",
13+
"pydantic-ai>=0.7.2",
1414
"pydantic-settings>=2.6.1",
1515
"pydantic[email]>=2.10.6",
1616
"rich>=13.9.4",

0 commit comments

Comments
 (0)