File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Version 2.4.5 (2020-08-04)
4+ ### Added
5+ * retry capabilities for common flaky API failures
6+ * protection against improper types passed into ` Project.upload_anntations `
7+ * pass thru API error messages when possible
8+
39## Version 2.4.3 (2020-08-04)
410
511### Added
Original file line number Diff line number Diff line change 1- [mypy]
1+ [mypy-backoff.*]
2+ ignore_missing_imports = True
3+
4+ [mypy-ndjson.*]
5+ ignore_missing_imports = True
6+
7+ [mypy-google.*]
28ignore_missing_imports = True
Original file line number Diff line number Diff line change 55
66setuptools .setup (
77 name = "labelbox" ,
8- version = "2.4.4 " ,
8+ version = "2.4.5 " ,
99 author = "Labelbox" ,
1010 author_email = "engineering@labelbox.com" ,
1111 description = "Labelbox Python API" ,
You can’t perform that action at this time.
0 commit comments