Skip to content

Commit 6fb945c

Browse files
authored
V6 (#1819)
2 parents a75c402 + 4a7efb7 commit 6fb945c

File tree

200 files changed

+4504
-9842
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

200 files changed

+4504
-9842
lines changed

.github/actions/lbox-matrix/index.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26811,11 +26811,6 @@ const core = __nccwpck_require__(8611);
2681126811
try {
2681226812
const files = JSON.parse(core.getInput('files-changed'));
2681326813
const startingMatrix = [
26814-
{
26815-
"python-version": "3.8",
26816-
"api-key": "STAGING_LABELBOX_API_KEY_2",
26817-
"da-test-key": "DA_GCP_LABELBOX_API_KEY"
26818-
},
2681926814
{
2682026815
"python-version": "3.9",
2682126816
"api-key": "STAGING_LABELBOX_API_KEY_3",

.github/workflows/lbox-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- uses: ./.github/actions/python-package-shared-setup
9191
with:
9292
rye-version: ${{ vars.RYE_VERSION }}
93-
python-version: '3.8'
93+
python-version: '3.9'
9494
- name: Create build
9595
id: create-build
9696
working-directory: libs/${{ matrix.package }}

.github/workflows/publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,6 @@ jobs:
7171
fail-fast: false
7272
matrix:
7373
include:
74-
- python-version: 3.8
75-
prod-key: PROD_LABELBOX_API_KEY_2
76-
da-test-key: DA_GCP_LABELBOX_API_KEY
7774
- python-version: 3.9
7875
prod-key: PROD_LABELBOX_API_KEY_3
7976
da-test-key: DA_GCP_LABELBOX_API_KEY

.github/workflows/python-package-develop.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Get Latest SDK versions
4545
id: get_sdk_versions
4646
run: |
47-
sdk_versions=$(git tag --list --sort=-version:refname "v.*" | head -n 4 | jq -R -s -c 'split("\n")[:-1]')
47+
sdk_versions=$(git tag --list --sort=-version:refname "v.*" | head -n 3 | jq -R -s -c 'split("\n")[:-1]')
4848
if [ -z "$sdk_versions" ]; then
4949
echo "No tags found"
5050
exit 1
@@ -58,10 +58,6 @@ jobs:
5858
fail-fast: false
5959
matrix:
6060
include:
61-
- python-version: 3.8
62-
api-key: STAGING_LABELBOX_API_KEY_2
63-
da-test-key: DA_GCP_LABELBOX_API_KEY
64-
sdk-version: ${{ fromJson(needs.get_sdk_versions.outputs.sdk_versions)[3] }}
6561
- python-version: 3.9
6662
api-key: STAGING_LABELBOX_API_KEY_3
6763
da-test-key: DA_GCP_LABELBOX_API_KEY
@@ -103,7 +99,7 @@ jobs:
10399
- uses: ./.github/actions/python-package-shared-setup
104100
with:
105101
rye-version: ${{ vars.RYE_VERSION }}
106-
python-version: '3.8'
102+
python-version: '3.9'
107103
- name: Create build
108104
id: create-build
109105
working-directory: libs/labelbox

.github/workflows/python-package-prod.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
include:
16-
- python-version: 3.8
17-
api-key: PROD_LABELBOX_API_KEY_2
18-
da-test-key: DA_GCP_LABELBOX_API_KEY
1916
- python-version: 3.9
2017
api-key: PROD_LABELBOX_API_KEY_3
2118
da-test-key: DA_GCP_LABELBOX_API_KEY

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.8.18
1+
3.9.18

docs/labelbox/exceptions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Exceptions
22
===============================================================================================
33

4-
.. automodule:: labelbox.exceptions
4+
.. automodule:: lbox.exceptions
55
:members:
66
:show-inheritance:

docs/labelbox/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Labelbox Python SDK Documentation
4141
project
4242
project-model-config
4343
quality-mode
44+
request-client
4445
resource-tag
4546
review
4647
search-filters

docs/labelbox/request-client.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Request Client
2+
===============================================================================================
3+
4+
.. automodule:: lbox.request_client
5+
:members:
6+
:show-inheritance:

examples/README.md

Lines changed: 92 additions & 92 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)