Skip to content

Commit 0c03cab

Browse files
authored
Merge pull request #598 from Labelbox/ms/update-deps
add missing dep
2 parents df33f43 + 1ae1527 commit 0c03cab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
# Version 3.23.0 (2022-06-08)
3+
# Version 3.23.1 (2022-06-08)
44
## Added
55
* `Task` objects now have the following properties:
66
* `errors` - fetch information about why the task failed

labelbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "labelbox"
2-
__version__ = "3.23.0"
2+
__version__ = "3.23.1"
33

44
from labelbox.client import Client
55
from labelbox.schema.project import Project

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
packages=setuptools.find_packages(),
2222
install_requires=[
2323
"backoff==1.10.0", "requests>=2.22.0", "google-api-core>=1.22.1",
24-
"pydantic>=1.8,<2.0", "tqdm"
24+
"pydantic>=1.8,<2.0", "tqdm", "ndjson"
2525
],
2626
extras_require={
2727
'data': [

0 commit comments

Comments
 (0)