We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6041fed commit 8a42602Copy full SHA for 8a42602
azure_functions_worker_v1/azure_functions_worker_v1/version.py
@@ -1,4 +1,4 @@
1
# Copyright (c) Microsoft Corporation. All rights reserved.
2
# Licensed under the MIT License.
3
4
-VERSION = '1.0.0a2'
+VERSION = '1.0.0b1'
workers/pyproject.toml
@@ -41,7 +41,7 @@ dependencies = [
41
"grpcio~=1.70.0; python_version >= '3.13'",
42
"azurefunctions-extensions-base; python_version >= '3.8'",
43
"azure-functions-runtime==1.0.0a3; python_version >= '3.13'",
44
- "azure-functions-runtime-v1==1.0.0a2; python_version >= '3.13'"
+ "azure-functions-runtime-v1==1.0.0b1; python_version >= '3.13'"
45
]
46
47
[project.urls]
0 commit comments