Commit d4fc2ab
Cap pydantic-ai dependency to <2 to fix clean-install ImportError
Released 0.11.0 declared an unbounded `pydantic-ai>=1.99.0`. A fresh
resolve (no lockfile) selected pydantic-ai 2.x, which removed
`pydantic_ai.mcp.MCPServer`, so freeact crashed on import with
`ImportError: cannot import name 'MCPServer'`. The source repo only
worked because uv.lock pinned 1.99.0.
Constrain to `>=1.99.0,<2` and refresh uv.lock. A clean resolve now
stays on the 1.x line and freeact imports and runs.
Fixes #106
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent d95e79d commit d4fc2ab
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments