From 83eeee6b92e59c3b1dcc5dea5d9e3622c81ba361 Mon Sep 17 00:00:00 2001 From: AzureFunctions Date: Wed, 22 Jul 2026 16:05:33 +0000 Subject: [PATCH 1/2] build: update Azure Functions Python Library V2 version to 2.3.0b1 --- 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 42da1439..f9f6df4f 100644 --- a/azure/functions/__init__.py +++ b/azure/functions/__init__.py @@ -116,4 +116,4 @@ 'mcp_content', ) -__version__ = '2.2.0' +__version__ = '2.3.0b1' diff --git a/pyproject.toml b/pyproject.toml index 42149240..211328c1 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 294f9dbcee971d7d3bf862971d2d93de6f5cdfec Mon Sep 17 00:00:00 2001 From: hallvictoria <59299039+hallvictoria@users.noreply.github.com> Date: Wed, 22 Jul 2026 11:07:28 -0500 Subject: [PATCH 2/2] Fix indentation for Python version in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 211328c1..42149240 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',