From 8bc98964cd6312a7e998ea9d5701dcbec2aa9916 Mon Sep 17 00:00:00 2001 From: Albert Callarisa Date: Fri, 10 Jul 2026 10:14:52 +0200 Subject: [PATCH] Release 1.18.2rc3 Signed-off-by: Albert Callarisa --- VERSION | 2 +- .../tests/durabletask/test_grpc_aio_log_filter.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index b73312c04..4734575d7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.18.2rc2 +1.18.2rc3 diff --git a/ext/dapr-ext-workflow/tests/durabletask/test_grpc_aio_log_filter.py b/ext/dapr-ext-workflow/tests/durabletask/test_grpc_aio_log_filter.py index 9242b670b..8dd43b042 100644 --- a/ext/dapr-ext-workflow/tests/durabletask/test_grpc_aio_log_filter.py +++ b/ext/dapr-ext-workflow/tests/durabletask/test_grpc_aio_log_filter.py @@ -12,9 +12,10 @@ import logging from unittest.mock import patch -from dapr.common.logging import GrpcAioPollerNoiseFilter from dapr.ext.workflow._durabletask.aio.internal import shared +from dapr.common.logging import GrpcAioPollerNoiseFilter + HOST_ADDRESS = 'localhost:50051'