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.
1 parent d3b416c commit ea12fd2Copy full SHA for ea12fd2
workers/pyproject.toml
@@ -28,7 +28,8 @@ classifiers = [
28
"Intended Audience :: Developers"
29
]
30
dependencies = [
31
- "azure-functions==1.25.0b1",
+ "azure-functions==1.24.0; python_version < '3.10'",
32
+ "azure-functions==1.25.0b2; python_version >= '3.10'",
33
"python-dateutil~=2.9.0",
34
"protobuf~=3.19.3; python_version == '3.7'",
35
"protobuf~=4.25.3; python_version >= '3.8' and python_version < '3.13'",
0 commit comments