Merge pull request #356 from jamesmurdza/fix/litellm-openai-compatibility

Pin OpenAI version to work around BerriAI/litellm#13711
This commit is contained in:
James Murdza
2025-08-19 11:26:04 -04:00
committed by GitHub
+3 -1
View File
@@ -4,7 +4,9 @@ requires = ["pdm-backend"]
[project]
authors = [{ name = "TryCua", email = "gh@trycua.com" }]
dependencies = []
dependencies = [
"openai<1.100.0",
]
description = "CUA (Computer Use Agent) mono-repo"
license = { text = "MIT" }
name = "cua-workspace"