We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 582da41 commit 89a7724Copy full SHA for 89a7724
2 files changed
.github/workflows/run-tests.yml
@@ -6,11 +6,16 @@ on:
6
paths:
7
- "src/**/*.py"
8
- "tests/**/*.py"
9
+ - "pyproject.toml"
10
+ - "uv.lock"
11
12
pull_request:
13
14
15
16
17
18
+
19
workflow_dispatch:
20
21
permissions:
pyproject.toml
@@ -10,7 +10,7 @@ dependencies = [
"alembic>=1.12.0",
"jinja2>=3.1.4",
"partial-json-parser>=0.2.1.1.post5",
- "pydantic-ai>=0.6.0",
+ "pydantic-ai>=0.7.2",
"pydantic-settings>=2.6.1",
"pydantic[email]>=2.10.6",
"rich>=13.9.4",
0 commit comments