Installation¶
typing-graph requires Python 3.10 or later.
Basic installation¶
Dependencies¶
typing-graph has minimal dependencies to keep your dependency tree lean:
| Package | Purpose |
|---|---|
| typing-inspection | Low-level type introspection utilities from Pydantic |
| typing-extensions | Backports of typing features for older Python versions |
Optional dependencies¶
annotated-types¶
For convenience methods that work with annotated-types constraint metadata (like Gt, Lt, MinLen), install with the extra:
Install from repository¶
To install the latest development version directly from GitHub: