Third Party Dependencies

The SBOM in CycloneDX v1.4 JSON format with SHA256 checksum (99a9094a ...).

Licenses

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

Direct Dependencies

NameVersionLicenseAuthorDescription (from packaging data)
attrs23.2.0MIT LicenseHynek Schlawack [email protected]Classes Without Boilerplate
httpx0.26.0BSD LicenseTom Christie [email protected]The next generation HTTP client.
msgspec0.18.5BSD LicenseJim Crist-HarifA fast serialization and validation library, with builtin support for JSON, MessagePack, YAML, and TOML.

Indirect Dependencies

NameVersionLicenseAuthorDescription (from packaging data)
anyio3.7.1MIT LicenseAlex Grönholm [email protected]High level compatibility layer for multiple asynchronous event loop implementations
certifi2023.5.7Mozilla Public License 2.0 (MPL 2.0)Kenneth ReitzPython package for providing Mozilla's CA Bundle.
h110.14.0MIT LicenseNathaniel J. SmithA pure-Python, bring-your-own-I/O implementation of HTTP/1.1
httpcore1.0.2BSD LicenseTom Christie [email protected]A minimal low-level HTTP client.
idna3.4BSD LicenseKim Davies [email protected]Internationalized Domain Names in Applications (IDNA)
rfc39862.0.0Apache Software LicenseIan Stapleton CordascoValidating URI References per RFC 3986
sniffio1.3.0Apache Software License; MIT LicenseNathaniel J. SmithSniff out which async library your code is running under

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

attrs==23.2.0
httpx==0.26.0
├── anyio [required: Any, installed: 3.7.1]
│   ├── exceptiongroup [required: Any, installed: 1.1.2]
│   ├── idna [required: >=2.8, installed: 3.4]
│   └── sniffio [required: >=1.1, installed: 1.3.0]
├── certifi [required: Any, installed: 2023.5.7]
├── httpcore [required: ==1.*, installed: 1.0.2]
│   ├── certifi [required: Any, installed: 2023.5.7]
│   └── h11 [required: >=0.13,<0.15, installed: 0.14.0]
├── idna [required: Any, installed: 3.4]
└── sniffio [required: Any, installed: 1.3.0]
msgspec==0.18.5