Dependency fix

This commit is contained in:
Dillon DuPont
2025-05-27 23:59:32 -04:00
parent 6f27b8aa4e
commit afcd6814aa
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ dependencies = [
"pydantic>=2.6.4,<3.0.0",
"rich>=13.7.1,<14.0.0",
"python-dotenv>=1.0.1,<2.0.0",
"cua-computer>=0.1.0,<0.2.0",
"cua-computer>=0.2.0,<0.3.0",
"cua-core>=0.1.0,<0.2.0",
"certifi>=2024.2.2"
]
+2 -2
View File
@@ -13,8 +13,8 @@ authors = [
]
dependencies = [
"mcp>=1.6.0,<2.0.0",
"cua-agent[all]>=0.1.0,<0.2.0",
"cua-computer>=0.1.0,<0.2.0",
"cua-agent[all]>=0.2.0,<0.3.0",
"cua-computer>=0.2.0,<0.3.0",
]
[project.scripts]