Skip to content

Commit 389539a

Browse files
hallvictoriaAzureFunctionsPython
and
AzureFunctionsPython
authored
build: update Python SDK Version to 1.19.0 (#1478)
* Update Python SDK Version to 1.19.0 * Update setup.py --------- Co-authored-by: AzureFunctionsPython <[email protected]>
1 parent 2c77ac5 commit 389539a

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.0b3", "python-dateutil~=2.8.2"]
74+
INSTALL_REQUIRES = ["azure-functions==1.19.0", "python-dateutil~=2.8.2"]
7575

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

0 commit comments

Comments
 (0)