Skip to content

Commit 71e7bd3

Browse files
authored
build: update Python SDK Version to 2.0.0 (#1841)
1 parent 0c767d1 commit 71e7bd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workers/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
dependencies = [
2828
"azure-functions==1.24.0; python_version < '3.10'",
2929
"azure-functions==1.25.0b4; python_version >= '3.10' and python_version < '3.13'",
30-
"azure-functions==1.25.0b4; python_version >= '3.13'",
30+
"azure-functions==2.0.0; python_version >= '3.13'",
3131
"python-dateutil~=2.9.0",
3232
"protobuf~=5.29.0; python_version <= '3.13'",
3333
"protobuf~=6.33.1; python_version == '3.14'",

0 commit comments

Comments
 (0)