Fabian Affolter
2026-06-27 10:45:44 +02:00
parent 798607c40e
commit f58d28f73f
@@ -2,31 +2,31 @@
lib,
buildPythonPackage,
fetchFromGitHub,
poetry-core,
flit-core,
gitUpdater,
opentelemetry-api,
opentelemetry-sdk,
pytest-asyncio,
pytest-mock,
pytestCheckHook,
std-uritemplate,
gitUpdater,
}:
buildPythonPackage (finalAttrs: {
pname = "microsoft-kiota-abstractions";
version = "1.10.3";
version = "1.11.6";
pyproject = true;
src = fetchFromGitHub {
owner = "microsoft";
repo = "kiota-python";
tag = "microsoft-kiota-abstractions-v${finalAttrs.version}";
hash = "sha256-r0u+erTSKBWzLV7VfwWUYh7lyJS1hDh5A0Tzk3pFzo4=";
hash = "sha256-hhYQsNcy+jVVmKiDuB1nGpx+aA7toM6WDFoU5Vnu5Vs=";
};
sourceRoot = "${finalAttrs.src.name}/packages/abstractions/";
build-system = [ poetry-core ];
build-system = [ flit-core ];
dependencies = [
opentelemetry-api