Merge pull request #342 from jamesmurdza/fix/agent-sdk-requires-python-3.12

Upgrade Agent SDK to require Python 3.12
This commit is contained in:
James Murdza
2025-08-15 12:45:11 -04:00
committed by GitHub
+1 -1
View File
@@ -24,7 +24,7 @@ dependencies = [
"certifi>=2024.2.2", "certifi>=2024.2.2",
"litellm>=1.74.12" "litellm>=1.74.12"
] ]
requires-python = ">=3.11" requires-python = ">=3.12"
[project.optional-dependencies] [project.optional-dependencies]
openai = [] openai = []