From 2d9501a396879f3d22b2419242e6e2e4528f9025 Mon Sep 17 00:00:00 2001 From: Evan Mattson Date: Tue, 21 Apr 2026 15:40:06 +0900 Subject: [PATCH] Adjust dev status for alpha from 4 to 3 in foundry hosting pyproject.toml --- python/packages/foundry_hosting/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/packages/foundry_hosting/pyproject.toml b/python/packages/foundry_hosting/pyproject.toml index fbee988947..94fcf953c2 100644 --- a/python/packages/foundry_hosting/pyproject.toml +++ b/python/packages/foundry_hosting/pyproject.toml @@ -12,7 +12,7 @@ urls.release_notes = "https://github.com/microsoft/agent-framework/releases?q=ta urls.issues = "https://github.com/microsoft/agent-framework/issues" classifiers = [ "License :: OSI Approved :: MIT License", - "Development Status :: 4 - Alpha", + "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10",