mirror of
https://github.com/trycua/computer.git
synced 2026-01-01 19:10:30 -06:00
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:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user