Skip to content

Third Party Dependencies

The SBOM in CycloneDX v1.4 JSON format with SHA256 checksum (2fc1e22b ...).

Licenses

JSON files with complete license info of: direct dependencies | all dependencies

Direct Dependencies

Name Version License Author Description (from packaging data)
jmespath 1.0.1 MIT License James Saryerwinnie JSON Matching Expressions
langcodes 3.3.0 MIT License Elia Robyn Speer Tools for labeling human languages with IETF language tags
lazr.uri 1.0.6 GNU Library or Lesser General Public License (LGPL) "LAZR Developers" team A self-contained, easily reusable library for parsing, manipulating,
msgspec 0.18.2 BSD License Jim Crist-Harif A fast serialization and validation library, with builtin support for JSON, MessagePack, YAML, and TOML.
pydantic 2.4.0 MIT License Samuel Colvin s@muelcolvin.com, Eric Jolibois em.jolibois@gmail.com, Hasan Ramezani hasan.r67@gmail.com, Adrian Garcia Badaracco 1755071+adriangb@users.noreply.github.com, Terrence Dorsey terry@pydantic.dev, David Montague david@pydantic.dev Data validation using Python type hints
typer 0.9.0 MIT License Sebastián Ramírez Typer, build great CLIs. Easy to code. Based on Python type hints.

Indirect Dependencies

Name Version License Author Description (from packaging data)
annotated-types 0.5.0 MIT License Samuel Colvin s@muelcolvin.com, Adrian Garcia Badaracco 1755071+adriangb@users.noreply.github.com, Zac Hatfield-Dodds zac@zhd.dev Reusable constraint types to use with typing.Annotated
click 8.1.6 BSD License Pallets contact@palletsprojects.com Composable command line interface toolkit
pydantic_core 2.10.0 MIT License Samuel Colvin s@muelcolvin.com UNKNOWN
setuptools 68.2.2 MIT License Python Packaging Authority Easily download, build, install, upgrade, and uninstall Python packages
typing_extensions 4.7.1 Python Software Foundation License "Guido van Rossum, Jukka Lehtosalo, Łukasz Langa, Michael Lee" levkivskyi@gmail.com Backported and Experimental Type Hints for Python 3.7+

Dependency Tree(s)

JSON file with the complete package dependency tree info of: the full dependency tree

Rendered SVG

Base graphviz file in dot format: Trees of the direct dependencies

Trees of the direct dependencies

Console Representation

jmespath==1.0.1
langcodes==3.3.0
lazr.uri==1.0.6
└── setuptools [required: Any, installed: 68.2.2]
msgspec==0.18.2
pydantic==2.4.0
├── annotated-types [required: >=0.4.0, installed: 0.5.0]
├── pydantic-core [required: ==2.10.0, installed: 2.10.0]
│   └── typing-extensions [required: >=4.6.0,!=4.7.0, installed: 4.7.1]
└── typing-extensions [required: >=4.6.1, installed: 4.7.1]
typer==0.9.0
├── click [required: >=7.1.1,<9.0.0, installed: 8.1.6]
└── typing-extensions [required: >=3.7.4.3, installed: 4.7.1]