From 1be3ac574ac0db5654cf0a198329aa295e231c1e Mon Sep 17 00:00:00 2001 From: Ivan Shcheklein Date: Sun, 3 Aug 2025 19:51:10 -0700 Subject: [PATCH] chore: relax dep on azure blob --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a3df189..c007c02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,8 +46,6 @@ s3 = [ ] azure = [ "adlfs>=2022.02.22", - # https://github.com/Azure/Azurite/issues/2562 - remove when it is solved - "azure-storage-blob < 12.26.0", "pytest-servers[docker]" ] gcs = [