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
The SDK and the API are intimately tied together, and so the SDK should have some mechanism to warn users of possible incompatibilities and to upgrade their SDK.
We could use setuptools parse_version to allow for just checking major, or major.minor, version incompatibilities instead of just any different version...
The text was updated successfully, but these errors were encountered:
The SDK and the API are intimately tied together, and so the SDK should have some mechanism to warn users of possible incompatibilities and to upgrade their SDK.
Something that would look like:
We could use setuptools
parse_version
to allow for just checking major, or major.minor, version incompatibilities instead of just any different version...The text was updated successfully, but these errors were encountered: