diff --git a/labelbox/schema/batch.py b/labelbox/schema/batch.py index 19f1b72ff..313d02c16 100644 --- a/labelbox/schema/batch.py +++ b/labelbox/schema/batch.py @@ -105,7 +105,7 @@ def export_data_rows(self, LabelboxError: if the export fails or is unable to download within the specified time. """ warnings.warn( - "You are currently utilizing exports v1 for this action, which will be deprecated after December 31st, 2023. We recommend transitioning to exports v2. To view export v2 details, visit our docs: https://docs.labelbox.com/reference/label-export", + "You are currently utilizing exports v1 for this action, which will be deprecated after April 30th, 2024. We recommend transitioning to exports v2. To view export v2 details, visit our docs: https://docs.labelbox.com/reference/label-export", DeprecationWarning) id_param = "batchId" diff --git a/labelbox/schema/dataset.py b/labelbox/schema/dataset.py index 9aa1ea5c5..98542bf8f 100644 --- a/labelbox/schema/dataset.py +++ b/labelbox/schema/dataset.py @@ -561,7 +561,7 @@ def export_data_rows(self, LabelboxError: if the export fails or is unable to download within the specified time. """ warnings.warn( - "You are currently utilizing exports v1 for this action, which will be deprecated after December 31st, 2023. We recommend transitioning to exports v2. To view export v2 details, visit our docs: https://docs.labelbox.com/reference/label-export", + "You are currently utilizing exports v1 for this action, which will be deprecated after April 30th, 2024. We recommend transitioning to exports v2. To view export v2 details, visit our docs: https://docs.labelbox.com/reference/label-export", DeprecationWarning) id_param = "datasetId" metadata_param = "includeMetadataInput" diff --git a/labelbox/schema/model_run.py b/labelbox/schema/model_run.py index 564df9694..f53fa9f3c 100644 --- a/labelbox/schema/model_run.py +++ b/labelbox/schema/model_run.py @@ -477,7 +477,7 @@ def export_labels( None is returned. """ warnings.warn( - "You are currently utilizing exports v1 for this action, which will be deprecated after December 31st, 2023. We recommend transitioning to exports v2. To view export v2 details, visit our docs: https://docs.labelbox.com/reference/label-export", + "You are currently utilizing exports v1 for this action, which will be deprecated after April 30th, 2024. We recommend transitioning to exports v2. To view export v2 details, visit our docs: https://docs.labelbox.com/reference/label-export", DeprecationWarning) sleep_time = 2 query_str = """mutation exportModelRunAnnotationsPyApi($modelRunId: ID!) { diff --git a/labelbox/schema/project.py b/labelbox/schema/project.py index 2ca085c20..005a3de9a 100644 --- a/labelbox/schema/project.py +++ b/labelbox/schema/project.py @@ -271,7 +271,7 @@ def export_queued_data_rows( LabelboxError: if the export fails or is unable to download within the specified time. """ warnings.warn( - "You are currently utilizing exports v1 for this action, which will be deprecated after December 31st, 2023. We recommend transitioning to exports v2. To view export v2 details, visit our docs: https://docs.labelbox.com/reference/label-export", + "You are currently utilizing exports v1 for this action, which will be deprecated after April 30th, 2024. We recommend transitioning to exports v2. To view export v2 details, visit our docs: https://docs.labelbox.com/reference/label-export", DeprecationWarning) id_param = "projectId" metadata_param = "includeMetadataInput" @@ -377,7 +377,7 @@ def export_labels(self, generate during the `timeout_seconds` period, None is returned. """ warnings.warn( - "You are currently utilizing exports v1 for this action, which will be deprecated after December 31st, 2023. We recommend transitioning to exports v2. To view export v2 details, visit our docs: https://docs.labelbox.com/reference/label-export", + "You are currently utilizing exports v1 for this action, which will be deprecated after April 30th, 2024. We recommend transitioning to exports v2. To view export v2 details, visit our docs: https://docs.labelbox.com/reference/label-export", DeprecationWarning) def _string_from_dict(dictionary: dict, value_with_quotes=False) -> str: