@@ -26,16 +26,16 @@ requires-python = ">=3.8"
26
26
# compatibility with a wide range of external packages. This decision was discussed in detail in the following PR:
27
27
# https://github.com/apify/apify-sdk-python/pull/154
28
28
dependencies = [
29
- " apify-client ~= 1.6.2 " ,
30
- " apify-shared ~= 1.1.1 " ,
29
+ " apify-client ~= 1.6.0 " ,
30
+ " apify-shared ~= 1.1.0 " ,
31
31
" aiofiles >= 22.1.0" ,
32
32
" aioshutil >= 1.0" ,
33
33
" colorama >= 0.4.6" ,
34
34
" cryptography >= 39.0.0" ,
35
- " httpx >= 0.24.1 " ,
36
- " psutil >= 5.9.5 " ,
37
- " pyee >= 11.0.1 " ,
38
- " sortedcollections >= 2.0.1 " ,
35
+ " httpx >= 0.24.0 " ,
36
+ " psutil >= 5.9.0 " ,
37
+ " pyee >= 11.0.0 " ,
38
+ " sortedcollections >= 2.0.0 " ,
39
39
" typing-extensions >= 4.1.0" ,
40
40
" websockets >= 10.1" ,
41
41
]
@@ -55,6 +55,7 @@ dev = [
55
55
" pytest-xdist ~= 3.6.0" ,
56
56
" respx ~= 0.21.0" ,
57
57
" ruff ~= 0.4.0" ,
58
+ " setuptools ~= 70.0.0" , # setuptools are used by pytest, but not explicitly required
58
59
" twine ~= 5.1.0" ,
59
60
" types-aiofiles ~= 23.2.0.20240403" ,
60
61
" types-colorama ~= 0.4.15.20240311" ,
@@ -73,7 +74,7 @@ scrapy = [
73
74
"Apify Homepage" = " https://apify.com"
74
75
75
76
[build-system ]
76
- requires = [" setuptools>=64 .0.0" , " wheel" ]
77
+ requires = [" setuptools ~= 70 .0.0" , " wheel" ]
77
78
build-backend = " setuptools.build_meta"
78
79
79
80
[tool .setuptools .packages .find ]
0 commit comments