We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e561c57 commit 0318f3bCopy full SHA for 0318f3b
libs/labelbox/pyproject.toml
@@ -12,7 +12,7 @@ dependencies = [
12
"tqdm>=4.66.2",
13
"geojson>=3.1.0",
14
"mypy==1.10.1",
15
- "lbox-clients==1.1.0",
+ "lbox-clients==1.1.1",
16
]
17
readme = "README.md"
18
requires-python = ">=3.9,<3.13"
libs/lbox-clients/pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "lbox-clients"
3
-version = "1.1.0"
+version = "1.1.1"
4
description = "This module contains client sdk uses to conntect to the Labelbox API and backends"
5
authors = [
6
{ name = "Labelbox", email = "engineering@labelbox.com" }
0 commit comments