Skip to content

Third Party Dependencies

The SBOM in CycloneDX v1.4 JSON format with SHA256 checksum (38da7dd3 ...).

Licenses

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

Direct Dependencies

Name Version License Author Description (from packaging data)
atlassian-python-api 3.41.2 Apache Software License Matt Harasymczuk Python Atlassian REST API Wrapper
cogapp 3.3.0 MIT License Ned Batchelder Cog: A content generator for executing Python snippets in source files.
jmespath 1.0.1 MIT License James Saryerwinnie JSON Matching Expressions
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
requests-cache 1.1.0 BSD License Roman Haritonov A persistent cache for python requests
scooby 0.7.3 MIT License Dieter Werthmüller, Bane Sullivan, Alex Kaszynski, and contributors A Great Dane turned Python environment detective
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)
Deprecated 1.2.14 MIT License Laurent LAPORTE Python @deprecated decorator to deprecate old python classes, functions or methods.
attrs 23.1.0 MIT License Hynek Schlawack hs@ox.cx Classes Without Boilerplate
cattrs 23.1.2 MIT License Tin Tvrtkovic Composable complex class support for attrs and dataclasses.
certifi 2023.5.7 Mozilla Public License 2.0 (MPL 2.0) Kenneth Reitz Python package for providing Mozilla's CA Bundle.
charset-normalizer 3.2.0 MIT License Ahmed TAHRI The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.
click 8.1.5 BSD License UNKNOWN Composable command line interface toolkit
exceptiongroup 1.1.2 MIT License Alex Grönholm alex.gronholm@nextday.fi Backport of PEP 654 (exception groups)
idna 3.4 BSD License Kim Davies kim@cynosure.com.au Internationalized Domain Names in Applications (IDNA)
oauthlib 3.2.2 BSD License The OAuthlib Community A generic, spec-compliant, thorough implementation of the OAuth request-signing logic
requests-oauthlib 1.3.1 BSD License Kenneth Reitz OAuthlib authentication support for Requests.
requests 2.31.0 Apache Software License Kenneth Reitz Python HTTP for Humans.
six 1.16.0 MIT License Benjamin Peterson Python 2 and 3 compatibility utilities
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+
url-normalize 1.4.3 MIT License Nikolay Panov URL normalization for Python
urllib3 2.0.3 MIT License Andrey Petrov andrey.petrov@shazow.net HTTP library with thread-safe connection pooling, file post, and more.
wrapt 1.15.0 BSD License Graham Dumpleton Module for decorators, wrappers and monkey patching.

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

atlassian-python-api==3.41.2
├── Deprecated [required: Any, installed: 1.2.14]
│   └── wrapt [required: >=1.10,<2, installed: 1.15.0]
├── oauthlib [required: Any, installed: 3.2.2]
├── requests [required: Any, installed: 2.31.0]
│   ├── certifi [required: >=2017.4.17, installed: 2023.5.7]
│   ├── charset-normalizer [required: >=2,<4, installed: 3.2.0]
│   ├── idna [required: >=2.5,<4, installed: 3.4]
│   └── urllib3 [required: >=1.21.1,<3, installed: 2.0.3]
├── requests-oauthlib [required: Any, installed: 1.3.1]
│   ├── oauthlib [required: >=3.0.0, installed: 3.2.2]
│   └── requests [required: >=2.0.0, installed: 2.31.0]
│       ├── certifi [required: >=2017.4.17, installed: 2023.5.7]
│       ├── charset-normalizer [required: >=2,<4, installed: 3.2.0]
│       ├── idna [required: >=2.5,<4, installed: 3.4]
│       └── urllib3 [required: >=1.21.1,<3, installed: 2.0.3]
└── six [required: Any, installed: 1.16.0]
cogapp==3.3.0
jmespath==1.0.1
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]
requests-cache==1.1.0
├── attrs [required: >=21.2, installed: 23.1.0]
├── cattrs [required: >=22.2, installed: 23.1.2]
│   ├── attrs [required: >=20, installed: 23.1.0]
│   ├── exceptiongroup [required: Any, installed: 1.1.2]
│   └── typing-extensions [required: >=4.1.0, installed: 4.7.1]
├── platformdirs [required: >=2.5, installed: 3.9.1]
├── requests [required: >=2.22, installed: 2.31.0]
│   ├── certifi [required: >=2017.4.17, installed: 2023.5.7]
│   ├── charset-normalizer [required: >=2,<4, installed: 3.2.0]
│   ├── idna [required: >=2.5,<4, installed: 3.4]
│   └── urllib3 [required: >=1.21.1,<3, installed: 2.0.3]
├── url-normalize [required: >=1.4, installed: 1.4.3]
│   └── six [required: Any, installed: 1.16.0]
└── urllib3 [required: >=1.25.5, installed: 2.0.3]
scooby==0.7.3
typer==0.9.0
├── click [required: >=7.1.1,<9.0.0, installed: 8.1.5]
└── typing-extensions [required: >=3.7.4.3, installed: 4.7.1]