Skip to content

Commit edd3600

Browse files
author
AzureFunctionsPython
committed
Update Python Runtime Version to 1.0.0a1
1 parent 4b46140 commit edd3600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workers/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies = [
4040
"grpcio ~=1.59.0; python_version >= '3.8' and python_version < '3.13'",
4141
"grpcio~=1.70.0; python_version >= '3.13'",
4242
"azurefunctions-extensions-base; python_version >= '3.8'",
43-
"azure-functions-runtime==1.0.0a3; python_version >= '3.13'",
43+
"azure-functions-runtime==$(newLibraryVersion)",
4444
"azure-functions-runtime-v1==1.0.0a2; python_version >= '3.13'"
4545
]
4646

0 commit comments

Comments
 (0)