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 = []