Skip to content

Commit 6d4380d

Browse files
committed
build: relax pinned build dependencies in setup.py
1 parent 7dc1064 commit 6d4380d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ def get_long_description():
5656
"json5>=0.9.0", # For parsing JSONC (JSON with comments) in VS Code settings
5757
"cloudsmith-api>=2.0.24,<3.0", # Compatible upto (but excluding) 3.0+
5858
"keyring>=25.4.1",
59-
"mcp==1.9.1",
60-
"python-toon==0.1.2",
59+
"mcp>=1.9.1",
60+
"python-toon>=0.1.2",
6161
"requests>=2.18.4",
6262
"requests_toolbelt>=1.0.0",
6363
"semver>=2.7.9",

0 commit comments

Comments
 (0)