Skip to content

Commit cb12710

Browse files
author
Victoria Hall
committed
updated refs to base
1 parent 9c3188b commit cb12710

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure_functions_worker/bindings/meta.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def load_binding_registry() -> None:
4545
if sys.version_info.minor >= BASE_EXT_SUPPORTED_PY_MINOR_VERSION:
4646
# Import the base extension
4747
try:
48-
import azure.functions.extension.base as clients
48+
import azurefunctions.extensions.base as clients
4949
global DEFERRED_BINDING_REGISTRY
5050
DEFERRED_BINDING_REGISTRY = clients.get_binding_registry()
5151
except ImportError:

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
else:
8181
INSTALL_REQUIRES.extend(
8282
("protobuf~=4.22.0", "grpcio-tools~=1.54.2", "grpcio~=1.54.2",
83-
"azure-functions-extension-base")
83+
"azurefunctions-extensions-base")
8484
)
8585

8686
EXTRA_REQUIRES = {

0 commit comments

Comments
 (0)