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 4b46140 commit edd3600Copy full SHA for edd3600
workers/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.0a3; python_version >= '3.13'",
+ "azure-functions-runtime==$(newLibraryVersion)",
44
"azure-functions-runtime-v1==1.0.0a2; python_version >= '3.13'"
45
]
46
0 commit comments