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 0462338 commit 47fa7abCopy full SHA for 47fa7ab
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
"uvloop~=0.21.0; python_version >= '3.13' and sys_platform != 'win32'",
43
- "azurefunctions-extensions-base; python_version >= '3.8'",
+ "azurefunctions-extensions-base==1.1.0; python_version >= '3.8'",
44
"azure-functions-runtime==1.0.0; python_version >= '3.13'",
45
"azure-functions-runtime-v1==1.0.0; python_version >= '3.13'"
46
]
0 commit comments