We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88787ba commit 8e7291cCopy full SHA for 8e7291c
runtimes/v1/azure_functions_runtime_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.1.0b2'
+VERSION = '1.1.0'
workers/pyproject.toml
@@ -41,7 +41,7 @@ dependencies = [
41
"uvloop~=0.22.0; python_version == '3.14' and sys_platform != 'win32'",
42
"azurefunctions-extensions-base==1.1.0",
43
"azure-functions-runtime==1.1.0; python_version >= '3.13'",
44
- "azure-functions-runtime-v1==1.1.0b4; python_version >= '3.13'"
+ "azure-functions-runtime-v1==1.1.0; python_version >= '3.13'"
45
]
46
47
[project.urls]
0 commit comments