Fattureincloud-python-sdk

Latest version: v2.1.2

Safety actively analyzes 706267 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

2.0.17

2.0.16

2.0.15

2.0.14

2.0.13

2.0.12

Changed models imports

before:

py
fattureincloud_python_sdk.model.some_model


now:

py
fattureincloud_python_sdk.models.some_model


Changed Configuration constructor

setting the access token before:

py
configuration = fattureincloud_python_sdk.Configuration(
access_token = "YOUR_ACCESS_TOKEN"
)


now:

py
configuration = fattureincloud_python_sdk.Configuration()
configuration.access_token = "YOUR_ACCESS_TOKEN"

Page 2 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.