Skip to content

Commit fbb6084

Browse files
authored
chore: remove upper version boundary of deps (#472)
### Description - Remove the upper version boundary of dependencies - Alphabetize them - Remove patch-level requirements - Relates to apify/apify-sdk-python#254 ### Issues - N/A ### Testing - N/A ### Checklist - [ ] CI passed
1 parent 0f4599c commit fbb6084

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

pyproject.toml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -45,39 +45,39 @@ keywords = [
4545
# https://github.com/apify/apify-sdk-python/pull/154.
4646
[tool.poetry.dependencies]
4747
python = "^3.9"
48-
beautifulsoup4 = { version = "^4.12.3", optional = true }
49-
colorama = "^0.4.6"
50-
cookiecutter = "^2.6.0"
51-
curl-cffi = { version = "^0.7.1", optional = true }
52-
docutils = "^0.21.0"
53-
eval-type-backport = "^0.2.0"
54-
html5lib = { version = "^1.1", optional = true }
55-
httpx = { version = "^0.27.0", extras = ["brotli"] }
56-
inquirer = "^3.3.0"
57-
lxml = { version = "^5.2.1", optional = true }
58-
more_itertools = "^10.2.0"
59-
playwright = { version = "^1.43.0", optional = true }
60-
psutil = "^6.0.0"
61-
pydantic = "^2.6.3"
62-
pydantic-settings = "^2.2.1"
63-
pyee = "^11.1.0"
64-
python-dateutil = "^2.9.0"
65-
sortedcollections = "^2.1.0"
66-
tldextract = "^5.1.2"
67-
typer = { version = "^0.12.3", extras = ["all"] }
68-
typing-extensions = "^4.1.0"
69-
parsel = { version = "^1.9.1", optional = true }
48+
beautifulsoup4 = { version = ">=4.12.0", optional = true }
49+
colorama = ">=0.4.0"
50+
cookiecutter = ">=2.6.0"
51+
curl-cffi = { version = ">=0.7.0", optional = true }
52+
docutils = ">=0.21.0"
53+
eval-type-backport = ">=0.2.0"
54+
html5lib = { version = ">=1.0", optional = true }
55+
httpx = { version = ">=0.27.0", extras = ["brotli"] }
56+
inquirer = ">=3.3.0"
57+
lxml = { version = ">=5.2.0", optional = true }
58+
more_itertools = ">=10.2.0"
59+
parsel = { version = ">=1.9.0", optional = true }
60+
playwright = { version = ">=1.43.0", optional = true }
61+
psutil = ">=6.0.0"
62+
pydantic = ">=2.6.0"
63+
pydantic-settings = ">=2.2.0"
64+
pyee = ">=11.1.0"
65+
python-dateutil = ">=2.9.0"
66+
sortedcollections = ">=2.1.0"
67+
tldextract = ">=5.1.0"
68+
typer = { version = ">=0.12.0", extras = ["all"] }
69+
typing-extensions = ">=4.1.0"
7070

7171
[tool.poetry.group.dev.dependencies]
7272
build = "~1.2.0"
7373
filelock = "~3.15.0"
74-
ipdb = "~0.13.13"
74+
ipdb = "~0.13.0"
7575
mypy = "~1.11.0"
7676
pre-commit = "~3.8.0"
77-
proxy-py = "~2.4.4"
78-
pydoc-markdown = "~4.8.2"
77+
proxy-py = "~2.4.0"
78+
pydoc-markdown = "~4.8.0"
7979
pytest = "~8.3.0"
80-
pytest-asyncio = "~0.23.5"
80+
pytest-asyncio = "~0.23.0"
8181
pytest-cov = "~5.0.0"
8282
pytest-only = "~2.1.0"
8383
pytest-timeout = "~2.3.0"

0 commit comments

Comments
 (0)