Skip to content

Contributing

We'd love you to contribute to PydanticAI!

Installation and Setup

  1. Clone your fork and cd into the repo directory
git clone [email protected]:<your username>/pydantic.git
cd pydantic-ai
  1. Install uv and pre-commit

We use pipx here, for other options see:

To get pipx itself, see these docs

pipx install uv pre-commit
  1. Install pydantic-ai, deps, test deps, and docs deps
make install