We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7ab3e9 commit b7fbdcaCopy full SHA for b7fbdca
1 file changed
setup.py
@@ -71,7 +71,7 @@
71
"azure_functions_worker._thirdparty",
72
]
73
74
-INSTALL_REQUIRES = ["azure-functions==1.19.0b2"]
+INSTALL_REQUIRES = ["azure-functions==1.19.0b3"]
75
76
if sys.version_info[:2] == (3, 7):
77
INSTALL_REQUIRES.extend(
0 commit comments