Third Party Dependencies

The SBOM in CycloneDX v1.4 JSON format with SHA256 checksum (005d811a ...).

Licenses

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

Direct Dependencies

NameVersionLicenseAuthorDescription (from packaging data)
jmespath1.0.1MIT LicenseJames SaryerwinnieJSON Matching Expressions
langcodes3.3.0MIT LicenseElia Robyn SpeerTools for labeling human languages with IETF language tags
lazr.uri1.0.6GNU Library or Lesser General Public License (LGPL)"LAZR Developers" teamA self-contained, easily reusable library for parsing, manipulating,
msgspec0.18.5BSD LicenseJim Crist-HarifA fast serialization and validation library, with builtin support for JSON, MessagePack, YAML, and TOML.
pydantic2.5.3MIT LicenseSamuel Colvin [email protected], Eric Jolibois [email protected], Hasan Ramezani [email protected], Adrian Garcia Badaracco [email protected], Terrence Dorsey [email protected], David Montague [email protected], Serge Matveenko [email protected], Marcelo Trylesinski [email protected], Sydney Runkle [email protected], David Hewitt [email protected]Data validation using Python type hints
typer0.9.0MIT LicenseSebastián RamírezTyper, build great CLIs. Easy to code. Based on Python type hints.

Indirect Dependencies

NameVersionLicenseAuthorDescription (from packaging data)
annotated-types0.5.0MIT LicenseSamuel Colvin [email protected], Adrian Garcia Badaracco [email protected], Zac Hatfield-Dodds [email protected]Reusable constraint types to use with typing.Annotated
click8.1.6BSD LicensePallets [email protected]Composable command line interface toolkit
pydantic_core2.14.6MIT LicenseSamuel Colvin [email protected]UNKNOWN
setuptools69.0.2MIT LicensePython Packaging AuthorityEasily download, build, install, upgrade, and uninstall Python packages
typing_extensions4.7.1Python Software Foundation License"Guido van Rossum, Jukka Lehtosalo, Łukasz Langa, Michael Lee" [email protected]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: 69.0.2]
msgspec==0.18.5
pydantic==2.5.3
├── annotated-types [required: >=0.4.0, installed: 0.5.0]
├── pydantic-core [required: ==2.14.6, installed: 2.14.6]
│   └── 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]