azure-cli-extensions.application-insights: relax isodate dependency (#497478)

This commit is contained in:
Paul Meyer 2026-03-07 07:59:25 +00:00 committed by GitHub
commit 7ae70c14b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -73,6 +73,7 @@
url = "https://azcliprod.blob.core.windows.net/cli-extensions/application_insights-${version}-py2.py3-none-any.whl";
hash = "sha256-4akS+zbaKxFrs0x0uKP/xX28WyK5KLduOkgZaBYeANM=";
description = "Support for managing Application Insights components and querying metrics, events, and logs from such components";
pythonRelaxDeps = [ "isodate" ];
propagatedBuildInputs = with python3Packages; [ isodate ];
meta.maintainers = with lib.maintainers; [ andreasvoss ];
};