We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c767d1 commit 71e7bd3Copy full SHA for 71e7bd3
1 file changed
workers/pyproject.toml
@@ -27,7 +27,7 @@ classifiers = [
27
dependencies = [
28
"azure-functions==1.24.0; python_version < '3.10'",
29
"azure-functions==1.25.0b4; python_version >= '3.10' and python_version < '3.13'",
30
- "azure-functions==1.25.0b4; python_version >= '3.13'",
+ "azure-functions==2.0.0; python_version >= '3.13'",
31
"python-dateutil~=2.9.0",
32
"protobuf~=5.29.0; python_version <= '3.13'",
33
"protobuf~=6.33.1; python_version == '3.14'",
0 commit comments