You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release provides the following features and fixes:
Adds an optional localized property on the Shotgun object which allows to retrieve localized display names on methods schema_entity_read(), schema_field_read(), and schema_read().
This release provides the following features and fixes:
Support for Python 3 has been added. Backwards compatibility with Python 2.x has been maintained, so this release should be suitable for all VFX Reference Platform compliant Python environments.
This release provides the following features and fixes:
Adds an optional sleep between retries on failed requests, defaulting to 3 seconds. The retry interval can be set by an environment variable or a property on the config instance.