diff --git a/azure-kusto-data/pyproject.toml b/azure-kusto-data/pyproject.toml index b42d13e8..72051543 100644 --- a/azure-kusto-data/pyproject.toml +++ b/azure-kusto-data/pyproject.toml @@ -12,8 +12,8 @@ urls = { "Repository" = "https://github.com/Azure/azure-kusto-python" } dependencies = [ "python-dateutil>=2.9.0", "requests>=2.32.4", - "azure-identity>=1.24.0,<2", - "msal>=1.34.0b1,<2", + "azure-identity>=1.25.3,<2", + "msal>=1.35.1,<2", "ijson~=3.4.0", "azure-core>=1.35.0,<2" ]