Skip to content

Commit 78b7b69

Browse files
author
AzureFunctionsPython
committed
Update Python SDK Version to 1.20.0b2
1 parent 5299308 commit 78b7b69

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.20.0b1", "python-dateutil~=2.8.2"]
74+
INSTALL_REQUIRES = ["azure-functions==$newLibraryVersion"]
7575

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

0 commit comments

Comments
 (0)