Skip to content

Commit 0099bd1

Browse files
committed
Update API version in Kusto client base to 2024-12-12
1 parent e810edd commit 0099bd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-kusto-data/azure/kusto/data/client_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525

2626
class _KustoClientBase(abc.ABC):
27-
API_VERSION = "2019-02-13"
27+
API_VERSION = "2024-12-12"
2828

2929
_mgmt_default_timeout: ClassVar[timedelta] = timedelta(hours=1, seconds=30)
3030
_query_default_timeout: ClassVar[timedelta] = timedelta(minutes=4, seconds=30)

0 commit comments

Comments
 (0)