Versioning๏
Some clients have multiple versions, and the versioning is done by setting the version when constructing a new client.
Note
All clients have a default version, and if you donโt specify a version, the default version will be used. The default version is the oldest version available at the time of the clientโs release.
To use the latest version available, you can use the LATEST enum.
CatalogItems(version=CatalogItemsVersion.LATEST)