We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9613706 commit c9be882Copy full SHA for c9be882
pyproject.toml
@@ -40,7 +40,7 @@ dependencies = [
40
"grpcio ~=1.59.0; python_version >= '3.8' and python_version < '3.13'",
41
"grpcio~=1.70.0; python_version >= '3.13'",
42
"azurefunctions-extensions-base; python_version >= '3.8'",
43
- "azure-functions-runtime==1.0.0a2; python_version >= '3.13'",
+ "azure-functions-runtime==1.0.0a3; python_version >= '3.13'",
44
"azure-functions-runtime-v1==1.0.0a2; python_version >= '3.13'"
45
]
46
0 commit comments