Skip to content

Commit 5f352af

Browse files
gavin-aguiarAzureFunctionsPython
andauthored
Update Python SDK Version to 1.19.0b2 (#1430)
* Update Python SDK Version to 1.19.0b2 * Update setup.py * Update setup.py --------- Co-authored-by: AzureFunctionsPython <[email protected]>
1 parent c0a2c3c commit 5f352af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"azure_functions_worker._thirdparty",
106106
]
107107

108-
INSTALL_REQUIRES = ["azure-functions==1.19.0b1", "python-dateutil~=2.8.2"]
108+
INSTALL_REQUIRES = ["azure-functions==1.19.0b2"]
109109

110110
if sys.version_info[:2] == (3, 7):
111111
INSTALL_REQUIRES.extend(
@@ -143,6 +143,7 @@
143143
"pandas",
144144
"numpy",
145145
"pre-commit",
146+
"python-dateutil~=2.8.2"
146147
]
147148
}
148149

0 commit comments

Comments
 (0)