We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fccc3a commit df125fdCopy full SHA for df125fd
pyproject.toml
@@ -38,8 +38,8 @@ dependencies = [
38
"grpcio ~=1.59.0; python_version >= '3.8' and python_version < '3.13'",
39
"grpcio~=1.70.0; python_version >= '3.13'",
40
"azurefunctions-extensions-base; python_version >= '3.8'",
41
- "test-worker==1.0.0a38; python_version >= '3.13'",
42
- "test-worker-v1==1.0.0a11; python_version >= '3.13'"
+ "azure-functions-runtime==1.0.0a1; python_version >= '3.13'",
+ "azure-functions-runtime-v1==1.0.0a1; python_version >= '3.13'"
43
]
44
45
[project.urls]
0 commit comments