ShotGrid Python API v3.4.1 has been released!

Hello folks, I wanted to share with you a new release of the ShotGrid Python API.

Main updates

  • Add methods for the user_subscriptions API endpoints
  • Retries also on 504
  • Retries S3 uploads on error 500
  • Comment typing annotation breaks Python 2 compatibility
  • Add field type entity_type to mockgun as simple str

Full release notes are available on GitHub.

2 Likes

What are user subscriptions?

User subscriptions are the licenses required by a user to access ShotGrid. ShotGrid offers multiple ways for an admin user to manage those subscriptions, via the web or via the Python API using the user_subscriptions API endpoints.

We’re going to share more about the subscriptions seat manager in the near future.

1 Like