Installation¶
Requirements¶
- Python 3.10 or higher
- pydantic-ai >= 0.1.0
Install with pip¶
Install with uv¶
Install from source¶
Bash
git clone https://github.com/vstorm-co/pydantic-ai-middleware.git
cd pydantic-ai-middleware
pip install -e .
Development Installation¶
For development, install with all dependencies:
Bash
git clone https://github.com/vstorm-co/pydantic-ai-middleware.git
cd pydantic-ai-middleware
make install
This will:
- Install all dependencies
- Set up pre-commit hooks
- Prepare the development environment