Skip to content

Commit 9ea3686

Browse files
Merge pull request #127113 from manvkaur/patch-3
AzFunc: Update python dev guide use latest bundle range
2 parents 20a0c62 + 0818158 commit 9ea3686

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/functions-reference-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,7 @@ The *host.json* file must also be updated to include an HTTP `routePrefix`, as s
842842
"extensionBundle":
843843
{
844844
"id": "Microsoft.Azure.Functions.ExtensionBundle",
845-
"version": "[3.*, 4.0.0)"
845+
"version": "[4.*, 5.0.0)"
846846
},
847847
"extensions":
848848
{
@@ -910,7 +910,7 @@ You can use Asynchronous Server Gateway Interface (ASGI)-compatible and Web Serv
910910
"extensionBundle":
911911
{
912912
"id": "Microsoft.Azure.Functions.ExtensionBundle",
913-
"version": "[2.*, 3.0.0)"
913+
"version": "[4.*, 5.0.0)"
914914
},
915915
"extensions":
916916
{

0 commit comments

Comments
 (0)