Typing stubs for peewee, provided by typeshed. Version 4.0.1.20260426 corresponds to peewee 4.0.1. These stubs enable static type checking for peewee projects, but they cover a subset of the runtime API and may be incomplete or incorrect for less common features. Release cadence is tied to typeshed releases.
pip install types-peeweeVerified import paths — ran on the pinned version, not inferred.
Minimal peewee usage that checks types correctly with types-peewee stubs.
If you encounter missing stubs, consider adding local stub files or using # type: ignore for the affected lines.
Ensure your peewee version matches the stubs version. The stubs are released frequently via typeshed, so upgrade regularly.
No action needed now, but be prepared to switch to a first-party stubs package if peewee adds it.