@@ -45,39 +45,39 @@ keywords = [
45
45
# https://github.com/apify/apify-sdk-python/pull/154.
46
46
[tool .poetry .dependencies ]
47
47
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 "
70
70
71
71
[tool .poetry .group .dev .dependencies ]
72
72
build = " ~1.2.0"
73
73
filelock = " ~3.15.0"
74
- ipdb = " ~0.13.13 "
74
+ ipdb = " ~0.13.0 "
75
75
mypy = " ~1.11.0"
76
76
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 "
79
79
pytest = " ~8.3.0"
80
- pytest-asyncio = " ~0.23.5 "
80
+ pytest-asyncio = " ~0.23.0 "
81
81
pytest-cov = " ~5.0.0"
82
82
pytest-only = " ~2.1.0"
83
83
pytest-timeout = " ~2.3.0"
0 commit comments