Skip to content

Commit

Permalink
Merge branch 'dev' into wangbill/eventloop-debug
Browse files Browse the repository at this point in the history
  • Loading branch information
YunchuWang authored Oct 9, 2024
2 parents 9748a90 + 897e08f commit aa99fab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure_functions_worker/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.

VERSION = '4.32.0'
VERSION = '4.33.0'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'",
Expand Down

0 comments on commit aa99fab

Please sign in to comment.