mirror of
https://github.com/trycua/computer.git
synced 2026-01-05 04:50:08 -06:00
Python Compatibility (3.14) Note
This commit is contained in:
@@ -24,7 +24,7 @@ dependencies = [
|
||||
"certifi>=2024.2.2",
|
||||
"litellm>=1.74.12"
|
||||
]
|
||||
requires-python = ">=3.12"
|
||||
requires-python = ">=3.12,<3.14"
|
||||
|
||||
[project.optional-dependencies]
|
||||
openai = []
|
||||
|
||||
Reference in New Issue
Block a user