Skip to content

Commit df125fd

Browse files
committed
update pyproject to use real deps
1 parent 7fccc3a commit df125fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ dependencies = [
3838
"grpcio ~=1.59.0; python_version >= '3.8' and python_version < '3.13'",
3939
"grpcio~=1.70.0; python_version >= '3.13'",
4040
"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'"
41+
"azure-functions-runtime==1.0.0a1; python_version >= '3.13'",
42+
"azure-functions-runtime-v1==1.0.0a1; python_version >= '3.13'"
4343
]
4444

4545
[project.urls]

0 commit comments

Comments
 (0)