From 5c51d8eb0ac496de71a260ad11aec759deaba42b Mon Sep 17 00:00:00 2001 From: AzureFunctionsPython Date: Mon, 1 Jun 2026 15:58:20 +0000 Subject: [PATCH 1/2] build: update Python Library Version to 2.2.0b5 --- azure/functions/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/azure/functions/__init__.py b/azure/functions/__init__.py index 8723de8..684e853 100644 --- a/azure/functions/__init__.py +++ b/azure/functions/__init__.py @@ -113,4 +113,4 @@ 'mcp_content', ) -__version__ = '2.2.0b4' +__version__ = '2.2.0b5' diff --git a/pyproject.toml b/pyproject.toml index 4214924..211328c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ 'Intended Audience :: Developers', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.13', - 'Programming Language :: Python :: 3.14', +'Programming Language :: Python :: 3.14', 'Operating System :: Microsoft :: Windows', 'Operating System :: POSIX', 'Operating System :: MacOS :: MacOS X', From 6a0ad5ab26e4b505f3c563ab73338204d57c88e2 Mon Sep 17 00:00:00 2001 From: hallvictoria <59299039+hallvictoria@users.noreply.github.com> Date: Mon, 1 Jun 2026 11:26:28 -0500 Subject: [PATCH 2/2] Fix indentation for Python 3.14 in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 211328c..4214924 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ 'Intended Audience :: Developers', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.13', -'Programming Language :: Python :: 3.14', + 'Programming Language :: Python :: 3.14', 'Operating System :: Microsoft :: Windows', 'Operating System :: POSIX', 'Operating System :: MacOS :: MacOS X',