-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check server version in SDK #4935
Conversation
@nmanovic , please check this PR. |
raise IncompatibleVersionException(msg) | ||
|
||
def get_server_version(self) -> pv.Version: | ||
# TODO: allow to use this endpoint unauthorized |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably need to remove the TODO
/check |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
❌ Some checks failed |
@zhiltsov-max , could you please look at tests? |
/check |
❌ Some checks failed |
Tests are red because this branch doesn't contain last changes from develop branch, please try to merge |
/check |
✔️ All checks completed successfully |
Motivation and context
api/about
,api/docs
,api/swagger
,api/schema
api/about
cvat-sdk/gen/
How has this been tested?
Unit tests
Checklist
develop
branchcvat-core, cvat-data and cvat-ui)
License
Feel free to contact the maintainers if that's a concern.