From 23aaed46019e34d3f280b75e881efa01f16d61d1 Mon Sep 17 00:00:00 2001 From: James Murdza Date: Fri, 15 Aug 2025 12:31:33 -0400 Subject: [PATCH] Upgrade Python dependency to 3.12 --- libs/python/agent/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/python/agent/pyproject.toml b/libs/python/agent/pyproject.toml index 75f8159a..86ebe160 100644 --- a/libs/python/agent/pyproject.toml +++ b/libs/python/agent/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "certifi>=2024.2.2", "litellm>=1.74.12" ] -requires-python = ">=3.11" +requires-python = ">=3.12" [project.optional-dependencies] openai = []