File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,15 @@ classifiers = [
21
21
]
22
22
23
23
requires-python = " >=3.8"
24
+
25
+ # We use inclusive ordered comparison clause for non-Apify packages intentionally in order to enhance the Apify SDK's
26
+ # compatibility with a wide range of external packages. This decision was discussed in detail in the following PR:
27
+ # https://github.com/apify/apify-sdk-python/pull/154
24
28
dependencies = [
25
- " aiofiles >= 22.1.0" ,
26
- " aioshutil >= 1.0" ,
27
29
" apify-client ~= 1.6.0" ,
28
30
" apify-shared ~= 1.1.0" ,
31
+ " aiofiles >= 22.1.0" ,
32
+ " aioshutil >= 1.0" ,
29
33
" colorama >= 0.4.6" ,
30
34
" cryptography >= 39.0.0" ,
31
35
" httpx >= 0.24.1" ,
@@ -52,11 +56,11 @@ dev = [
52
56
" ruff ~= 0.1.6" ,
53
57
" twine ~= 4.0.2" ,
54
58
" types-aiofiles ~= 23.2.0.0" ,
55
- " types-colorama ~= 0.4.15.11 " ,
56
- " types-psutil ~= 5.9.5.12 " ,
59
+ " types-colorama ~= 0.4.15.12 " ,
60
+ " types-psutil ~= 5.9.5.17 " ,
57
61
]
58
62
scrapy = [
59
- " scrapy ~ = 2.11.0" ,
63
+ " scrapy > = 2.11.0" ,
60
64
]
61
65
62
66
[project .urls ]
You can’t perform that action at this time.
0 commit comments