We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a62cc7e + a1b6a1d commit e7c9c25Copy full SHA for e7c9c25
azure_functions_worker/version.py
@@ -1,4 +1,4 @@
1
# Copyright (c) Microsoft Corporation. All rights reserved.
2
# Licensed under the MIT License.
3
4
-VERSION = '4.32.0'
+VERSION = '4.33.0'
pyproject.toml
@@ -26,7 +26,7 @@ classifiers = [
26
"Intended Audience :: Developers"
27
]
28
dependencies = [
29
- "azure-functions==1.21.0b3",
+ "azure-functions==1.21.0",
30
"python-dateutil ~=2.9.0",
31
"protobuf~=3.19.3; python_version == '3.7'",
32
"protobuf~=4.25.3; python_version >= '3.8'",
0 commit comments