Skip to content

Commit 7449d0d

Browse files
committed
update azfunc base
1 parent 295bf90 commit 7449d0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure_functions_worker/http_v2.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ def _check_http_v2_enabled(cls):
235235
is_envvar_false(PYTHON_ENABLE_INIT_INDEXING):
236236
return False
237237

238-
import azure.functions.extension.base as ext_base
238+
import azurefunctions.extensions.base as ext_base
239239
cls._ext_base = ext_base
240240

241241
return cls._ext_base.HttpV2FeatureChecker.http_v2_enabled()

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)