Skip to content

Commit 0d19cd0

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

File tree

3 files changed

+8
-31
lines changed

3 files changed

+8
-31
lines changed

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ pip-tools
77
pre-commit
88
pylint
99
pytest-cov
10-
python-toon
10+
python-toon==0.1.2
1111
mcp==1.9.1

requirements.txt

Lines changed: 5 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.10
2+
# This file is autogenerated by pip-compile with Python 3.14
33
# by the following command:
44
#
55
# pip-compile --output-file=requirements.txt requirements.in setup.py
@@ -14,8 +14,6 @@ anyio==4.12.1
1414
# starlette
1515
astroid==4.0.3
1616
# via pylint
17-
backports-tarfile==1.2.0
18-
# via jaraco-context
1917
build==1.4.0
2018
# via pip-tools
2119
bump2version==1.0.1
@@ -55,10 +53,6 @@ dill==0.4.1
5553
# via pylint
5654
distlib==0.4.0
5755
# via virtualenv
58-
exceptiongroup==1.3.1
59-
# via
60-
# anyio
61-
# pytest
6256
filelock==3.20.3
6357
# via virtualenv
6458
freezegun==1.5.5
@@ -82,8 +76,6 @@ idna==3.11
8276
# anyio
8377
# httpx
8478
# requests
85-
importlib-metadata==8.7.1
86-
# via keyring
8779
iniconfig==2.3.0
8880
# via pytest
8981
isort==7.0.0
@@ -155,6 +147,10 @@ python-dotenv==1.2.1
155147
# via pydantic-settings
156148
python-multipart==0.0.21
157149
# via mcp
150+
python-toon==0.1.2
151+
# via
152+
# -r requirements.in
153+
# cloudsmith-cli (setup.py)
158154
pyyaml==6.0.3
159155
# via pre-commit
160156
requests==2.32.5
@@ -176,30 +172,13 @@ starlette==0.52.1
176172
# via
177173
# mcp
178174
# sse-starlette
179-
tomli==2.4.0
180-
# via
181-
# build
182-
# coverage
183-
# pip-tools
184-
# pylint
185-
# pytest
186175
tomlkit==0.14.0
187176
# via pylint
188-
python-toon==0.1.2
189-
# via
190-
# -r requirements.in
191-
# cloudsmith-cli (setup.py)
192177
typing-extensions==4.15.0
193178
# via
194-
# anyio
195-
# astroid
196-
# exceptiongroup
197179
# pydantic
198180
# pydantic-core
199-
# starlette
200181
# typing-inspection
201-
# uvicorn
202-
# virtualenv
203182
typing-inspection==0.4.2
204183
# via
205184
# pydantic
@@ -215,8 +194,6 @@ virtualenv==20.36.1
215194
# via pre-commit
216195
wheel==0.46.3
217196
# via pip-tools
218-
zipp==3.23.0
219-
# via importlib-metadata
220197

221198
# The following packages are considered to be unsafe in a requirements file:
222199
# pip

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)