From 355f22cfb4b8f5509eefc02b96f84226c6ef72dc Mon Sep 17 00:00:00 2001 From: AzureFunctionsPython Date: Wed, 21 May 2025 16:49:51 +0000 Subject: [PATCH] build: update azurefunctions-extensions-bindings-blob version to 1.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 32d6525f8..a096c06c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,7 @@ test-http-v2 = [ "orjson" ] test-deferred-bindings = [ - "azurefunctions-extensions-bindings-blob==1.0.0b3", + "azurefunctions-extensions-bindings-blob==1.0.0", "azurefunctions-extensions-bindings-eventhub==1.0.0b1" ]