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 3608af1 + 7e6acf3 commit 70907baCopy full SHA for 70907ba
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.33.0'
+VERSION = '4.34.0'
pyproject.toml
@@ -26,7 +26,7 @@ classifiers = [
26
"Intended Audience :: Developers"
27
]
28
dependencies = [
29
- "azure-functions==1.22.0b3",
+ "azure-functions==1.22.0b4",
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