Skip to content

Commit ea12fd2

Browse files
hallvictoriaAzureFunctionsPython
andauthored
build: update Python SDK Version to 1.25.0b2 (#1798)
* Update Python SDK Version to 1.25.0b2 * update pyproject * 3.10 is min version --------- Co-authored-by: AzureFunctionsPython <[email protected]>
1 parent d3b416c commit ea12fd2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

workers/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ classifiers = [
2828
"Intended Audience :: Developers"
2929
]
3030
dependencies = [
31-
"azure-functions==1.25.0b1",
31+
"azure-functions==1.24.0; python_version < '3.10'",
32+
"azure-functions==1.25.0b2; python_version >= '3.10'",
3233
"python-dateutil~=2.9.0",
3334
"protobuf~=3.19.3; python_version == '3.7'",
3435
"protobuf~=4.25.3; python_version >= '3.8' and python_version < '3.13'",

0 commit comments

Comments
 (0)