All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
before:
fattureincloud_python_sdk.model.some_modelnow:
fattureincloud_python_sdk.models.some_modelsetting the access token before:
configuration = fattureincloud_python_sdk.Configuration(
access_token = "YOUR_ACCESS_TOKEN"
)now:
configuration = fattureincloud_python_sdk.Configuration()
configuration.access_token = "YOUR_ACCESS_TOKEN"- models are now nullable (1b96d33)