From 296e5b1ee4de0bd4dced8bcc8ab3b40894efc743 Mon Sep 17 00:00:00 2001 From: Twisha Bansal <58483338+twishabansal@users.noreply.github.com> Date: Thu, 24 Apr 2025 15:29:24 +0530 Subject: [PATCH 1/2] chore: fix supported python versions --- packages/toolbox-core/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/toolbox-core/pyproject.toml b/packages/toolbox-core/pyproject.toml index 947012a8..5696460a 100644 --- a/packages/toolbox-core/pyproject.toml +++ b/packages/toolbox-core/pyproject.toml @@ -23,6 +23,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", ] # Tells setuptools that packages are under the 'src' directory From 5c14a214acf8d816444c38c3f10f884c8d036156 Mon Sep 17 00:00:00 2001 From: Twisha Bansal <58483338+twishabansal@users.noreply.github.com> Date: Thu, 24 Apr 2025 15:29:57 +0530 Subject: [PATCH 2/2] Update pyproject.toml --- packages/toolbox-langchain/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/toolbox-langchain/pyproject.toml b/packages/toolbox-langchain/pyproject.toml index 5441cb35..5390a55f 100644 --- a/packages/toolbox-langchain/pyproject.toml +++ b/packages/toolbox-langchain/pyproject.toml @@ -25,6 +25,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", ] # Tells setuptools that packages are under the 'src' directory