Skip to content

Commit 47fa7ab

Browse files
authored
build: update azurefunctions-extensions-base version to 1.1.0 (#1765)
1 parent 0462338 commit 47fa7ab

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
"uvloop~=0.21.0; python_version >= '3.13' and sys_platform != 'win32'",
43-
"azurefunctions-extensions-base; python_version >= '3.8'",
43+
"azurefunctions-extensions-base==1.1.0; python_version >= '3.8'",
4444
"azure-functions-runtime==1.0.0; python_version >= '3.13'",
4545
"azure-functions-runtime-v1==1.0.0; python_version >= '3.13'"
4646
]

0 commit comments

Comments
 (0)