Skip to content

Commit 140e763

Browse files
committed
Update to version 5.0.1 and fix dependency issues
1 parent d72e890 commit 140e763

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [5.0.1] - 2025-03-12
9+
10+
### Fixed
11+
12+
- Dependency issues
13+
814
## [5.0.0] - 2025-03-10
915

1016
### Changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Copyright (c) Microsoft Corporation.
22
# Licensed under the MIT License
3-
VERSION = "5.0.0"
3+
VERSION = "5.0.1"

azure-kusto-data/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@
4949
packages=find_packages(exclude=["azure", "*tests*", "*tests.*"]),
5050
package_data={"": ["wellKnownKustoEndpoints.json", "py.typed", "kcsb.json"]},
5151
include_package_data=True,
52-
install_requires=["python-dateutil>=2.8.0", "requests==2.32.0", "azure-identity>=1.6.1,<2", "msal>=1.9.0,<2", "ijson~=3.1", "azure-core>=1.11.0,<2"],
52+
install_requires=["python-dateutil>=2.8.0", "requests>=2.32.3", "azure-identity>=1.21.0,<2", "msal>=1.9.0,<2", "ijson~=3.1", "azure-core>=1.11.0,<2"],
5353
extras_require={"pandas": ["pandas"], "aio": ["aiohttp>=3.8.0,<4", "asgiref>=3.2.3,<4"]},
5454
)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Copyright (c) Microsoft Corporation.
22
# Licensed under the MIT License
3-
VERSION = "5.0.0"
3+
VERSION = "5.0.1"

0 commit comments

Comments
 (0)