Skip to content

Commit bdfa305

Browse files
committed
build: update Python library version to 2.0.0
1 parent e3c883f commit bdfa305

2 files changed

Lines changed: 3 additions & 8 deletions

File tree

azure/functions/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@
106106
'McpPropertyType'
107107
)
108108

109-
__version__ = '1.25.0b3'
109+
__version__ = '2.0.0'

pyproject.toml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "azure-functions"
77
dynamic = ["version"]
8-
requires-python = ">=3.10"
8+
requires-python = ">=3.13"
99
authors = [{ name = "Azure Functions team at Microsoft Corp.", email = "azurefunctions@microsoft.com" }]
1010
description = "Python library for Azure Functions."
1111
readme = "README.md"
@@ -14,9 +14,6 @@ classifiers = [
1414
'License :: OSI Approved :: MIT License',
1515
'Intended Audience :: Developers',
1616
'Programming Language :: Python :: 3',
17-
'Programming Language :: Python :: 3.10',
18-
'Programming Language :: Python :: 3.11',
19-
'Programming Language :: Python :: 3.12',
2017
'Programming Language :: Python :: 3.13',
2118
'Programming Language :: Python :: 3.14',
2219
'Operating System :: Microsoft :: Windows',
@@ -26,9 +23,7 @@ classifiers = [
2623
'Development Status :: 5 - Production/Stable',
2724
]
2825
dependencies = [
29-
'werkzeug~=3.1.3; python_version >= "3.9"',
30-
'werkzeug~=3.0.6; python_version == "3.8"',
31-
'werkzeug; python_version < "3.8"'
26+
'werkzeug~=3.1.3'
3227
]
3328
[project.optional-dependencies]
3429
dev = [

0 commit comments

Comments
 (0)