Fabian Affolter
2026-06-27 10:49:26 +02:00
parent f58d28f73f
commit 3cedbfd22c
@@ -4,7 +4,7 @@
azure-core,
buildPythonPackage,
fetchFromGitHub,
poetry-core,
flit-core,
microsoft-kiota-abstractions,
opentelemetry-api,
opentelemetry-sdk,
@@ -16,19 +16,19 @@
buildPythonPackage (finalAttrs: {
pname = "microsoft-kiota-authentication-azure";
version = "1.10.3";
version = "1.11.6";
pyproject = true;
src = fetchFromGitHub {
owner = "microsoft";
repo = "kiota-python";
tag = "microsoft-kiota-authentication-azure-v${finalAttrs.version}";
hash = "sha256-r0u+erTSKBWzLV7VfwWUYh7lyJS1hDh5A0Tzk3pFzo4=";
hash = "sha256-hhYQsNcy+jVVmKiDuB1nGpx+aA7toM6WDFoU5Vnu5Vs=";
};
sourceRoot = "${finalAttrs.src.name}/packages/authentication/azure/";
build-system = [ poetry-core ];
build-system = [ flit-core ];
dependencies = [
aiohttp