diff --git a/azure_functions_worker/version.py b/azure_functions_worker/version.py index 0133a0af..3a14957c 100644 --- a/azure_functions_worker/version.py +++ b/azure_functions_worker/version.py @@ -1,4 +1,4 @@ # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. -VERSION = '4.32.0' +VERSION = '4.33.0' diff --git a/pyproject.toml b/pyproject.toml index dbf84f07..aeb411d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ "Intended Audience :: Developers" ] dependencies = [ - "azure-functions==1.21.0b3", + "azure-functions==1.22.0b2", "python-dateutil ~=2.9.0", "protobuf~=3.19.3; python_version == '3.7'", "protobuf~=4.25.3; python_version >= '3.8'",