We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dc1064 commit 6d4380dCopy full SHA for 6d4380d
setup.py
@@ -56,8 +56,8 @@ def get_long_description():
56
"json5>=0.9.0", # For parsing JSONC (JSON with comments) in VS Code settings
57
"cloudsmith-api>=2.0.24,<3.0", # Compatible upto (but excluding) 3.0+
58
"keyring>=25.4.1",
59
- "mcp==1.9.1",
60
- "python-toon==0.1.2",
+ "mcp>=1.9.1",
+ "python-toon>=0.1.2",
61
"requests>=2.18.4",
62
"requests_toolbelt>=1.0.0",
63
"semver>=2.7.9",
0 commit comments