You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Padraig X. Lamont a9476cb623
Fix typing of credentials parameter of make_client in the Python SDK (#5609)
### Motivation and context
This is a very simple pull request. The type of the credentials
parameter of `make_client` is currently `Optional[Tuple[int, int]]`, but
it should be `Optional[Tuple[str, str]]` as used by `Client#login`. This
PR makes that change.

### How has this been tested?
The typing does not affect the functionality of the code (just the
warnings I get in an IDE).
3 years ago
..
cvat_sdk Fix typing of credentials parameter of make_client in the Python SDK (#5609) 3 years ago
gen SDK: fix string field serialization for multipart/form-data requests (#5479) 3 years ago
.gitignore Check server version in SDK (#4935) 3 years ago
.openapi-generator-ignore Add 2nd layer of SDK (#19) 4 years ago
.remarkignore Add CVAT SDK package (#7) 4 years ago
pyproject.toml Add 2nd layer of SDK (#19) 4 years ago