chore: widen click dependency constraint to allow 8.2+

Addresses #6002
This commit is contained in:
devin-ai-integration[bot]
2026-06-02 00:06:25 -07:00
committed by GitHub
parent e53a676c04
commit 3010f1286f
5 changed files with 138 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ requires-python = ">=3.10, <3.14"
classifiers = ["Private :: Do Not Upload"]
private = true
dependencies = [
"click~=8.1.7",
"click>=8.1.7,<9",
"tomlkit~=0.13.2",
"openai>=1.83.0,<3",
"python-dotenv>=1.2.2,<2",