From d36aceeeace55bbcb3c8d91e78282f82dfdf73cb Mon Sep 17 00:00:00 2001 From: Matthias Dellweg Date: Wed, 7 Jan 2026 11:17:24 +0100 Subject: [PATCH] Constraint azure library for incompatibility with azurite --- templates/github/.ci/assets/ci_constraints.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/github/.ci/assets/ci_constraints.txt b/templates/github/.ci/assets/ci_constraints.txt index 8f41e3f6..9e941e96 100644 --- a/templates/github/.ci/assets/ci_constraints.txt +++ b/templates/github/.ci/assets/ci_constraints.txt @@ -8,3 +8,7 @@ tablib!=3.6.0 multidict!=6.3.0 # This release failed the lower bounds test for some case sensitivity in CIMultiDict. + + +azure-storage-blob!=12.28.* +# Apperently does not work with current azurite.