Contributing
We'd love you to contribute to PydanticAI!
Installation and Setup
- Clone your fork and cd into the repo directory
git clone [email protected]:<your username>/pydantic.git
cd pydantic-ai
- Install
uv
andpre-commit
We use pipx here, for other options see:
To get pipx
itself, see these docs
pipx install uv pre-commit
- Install
pydantic-ai
, deps, test deps, and docs deps
make install