Skip to content

Commit 71b72d8

Browse files
committed
Changelog update
1 parent ff495a0 commit 71b72d8

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ History
66

77
All release highlights of this project will be documented in this file.
88

9+
4.4.28 - Dec 13, 2024
10+
________________________
11+
**Fixed**
12+
13+
- ``SAClient.item_context`` creates an “ItemContext” for managing item annotations and metadata..
14+
915
4.4.27 - Nov 14, 2024
1016
________________________
1117
**Fixed**

src/superannotate/lib/core/enums.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ class IntegrationTypeEnum(BaseTitledEnum):
175175
AZURE = "azure", 3
176176
CUSTOM = "custom", 4
177177
DATABRICKS = "databricks", 5
178+
SNOWFLAKE = "snowflake", 6
178179

179180

180181
class TrainingStatus(BaseTitledEnum):

src/superannotate/lib/infrastructure/services/annotation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ async def download_big_annotation(
203203
}
204204

205205
url = urljoin(
206-
self.get_assets_provider_url(),
206+
self.get_assets_provider_url("v3.01"),
207207
self.URL_DOWNLOAD_LARGE_ANNOTATION.format(item_id=item_id),
208208
)
209209

0 commit comments

Comments
 (0)