From eb1353c94e9a5fc902b65d6da30588fd6639d60c Mon Sep 17 00:00:00 2001 From: Victor Dibia Date: Fri, 17 Jan 2025 09:53:11 -0800 Subject: [PATCH] Update AGS pyproject.toml Addresses https://github.com/microsoft/autogen/issues/5098 --- python/packages/autogen-studio/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/packages/autogen-studio/pyproject.toml b/python/packages/autogen-studio/pyproject.toml index 598a58d4e3f3..a8d6911d3e26 100644 --- a/python/packages/autogen-studio/pyproject.toml +++ b/python/packages/autogen-studio/pyproject.toml @@ -10,7 +10,7 @@ authors = [ description = "AutoGen Studio" readme = "README.md" license = {file = "LICENSE-CODE"} -requires-python = ">=3.9, <3.13" +requires-python = ">=3.9" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License",