Skip to content

Commit 013f674

Browse files
committed
Fix old-name interceptor lookup
1 parent af18afe commit 013f674

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure-functions-durable/azure/durable_functions/internal/azurefunctions_grpc_interceptor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def _build_metadata(taskhub_name: str) -> list[tuple[str, str]]:
1313
"""Build the gRPC metadata headers sent on every Durable Functions call."""
1414
try:
1515
# Get the version of the azurefunctions package
16-
sdk_version = version('durabletask-azurefunctions')
16+
sdk_version = version('azure-functions-durable')
1717
except Exception:
1818
# Fallback if version cannot be determined
1919
sdk_version = "unknown"

0 commit comments

Comments
 (0)