Skip to content

Commit b7fbdca

Browse files
hallvictoriaAzureFunctionsPython
and
AzureFunctionsPython
authored
Update Python SDK Version to 1.19.0b3 (#1441)
* Update Python SDK Version to 1.19.0b3 * Update setup.py --------- Co-authored-by: AzureFunctionsPython <[email protected]>
1 parent c7ab3e9 commit b7fbdca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"azure_functions_worker._thirdparty",
7272
]
7373

74-
INSTALL_REQUIRES = ["azure-functions==1.19.0b2"]
74+
INSTALL_REQUIRES = ["azure-functions==1.19.0b3"]
7575

7676
if sys.version_info[:2] == (3, 7):
7777
INSTALL_REQUIRES.extend(

0 commit comments

Comments
 (0)