Skip to content

Commit a219be1

Browse files
committed
rm colorama, and rm upper version boundary of deps
1 parent 2c4f861 commit a219be1

File tree

1 file changed

+23
-25
lines changed

1 file changed

+23
-25
lines changed

pyproject.toml

Lines changed: 23 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -46,33 +46,31 @@ keywords = [
4646
# https://github.com/apify/apify-sdk-python/pull/154.
4747
[tool.poetry.dependencies]
4848
python = "^3.9"
49-
apify-client = "^1.7.1"
50-
apify-shared = "^1.1.2"
51-
colorama = "^0.4.6"
52-
crawlee = "^0.3.0"
53-
cryptography = "^42.0.4"
54-
httpx = "^0.27.0"
55-
lazy-object-proxy = "^1.10.0"
56-
scrapy = { version = "^2.11.0", optional = true }
57-
typing-extensions = "^4.1.0"
58-
websockets = "^10.1"
49+
apify-client = ">=1.7.1"
50+
apify-shared = ">=1.1.2"
51+
crawlee = ">=0.3.0"
52+
cryptography = ">=42.0.0"
53+
httpx = ">=0.27.0"
54+
lazy-object-proxy = ">=1.10.0"
55+
scrapy = { version = ">=2.11.0", optional = true }
56+
typing-extensions = ">=4.1.0"
57+
websockets = ">=10.0"
5958

6059
[tool.poetry.group.dev.dependencies]
61-
build = "^1.2.0"
62-
filelock = "^3.15.0"
63-
mypy = "^1.11.0"
64-
pre-commit = "^3.8.0"
65-
pydoc-markdown = "^4.8.0"
66-
pytest = "^8.3.0"
67-
pytest-asyncio = "^0.24.0"
68-
pytest-cov = "^5.0.0"
69-
pytest-only = "^2.1.0"
70-
pytest-timeout = "^2.3.0"
71-
pytest-xdist = "^3.6.0"
72-
respx = "^0.21.0"
73-
ruff = "^0.6.0"
74-
setuptools = "^74.0.0" # setuptools are used by pytest but not explicitly required
75-
types-colorama = "^0.4.15.20240311"
60+
build = "~1.2.0"
61+
filelock = "~3.15.0"
62+
mypy = "~1.11.0"
63+
pre-commit = "~3.8.0"
64+
pydoc-markdown = "~4.8.0"
65+
pytest = "~8.3.0"
66+
pytest-asyncio = "~0.24.0"
67+
pytest-cov = "~5.0.0"
68+
pytest-only = "~2.1.0"
69+
pytest-timeout = "~2.3.0"
70+
pytest-xdist = "~3.6.0"
71+
respx = "~0.21.0"
72+
ruff = "~0.6.0"
73+
setuptools = "~74.0.0" # setuptools are used by pytest but not explicitly required
7674

7775
[tool.poetry.extras]
7876
scrapy = ["scrapy"]

0 commit comments

Comments
 (0)