File tree Expand file tree Collapse file tree 2 files changed +19
-12
lines changed Expand file tree Collapse file tree 2 files changed +19
-12
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ [ 1.1.1] ( ../../releases/tag/v1.1.1 ) - 2023-05-23
5
+ -----------------------------------------------
6
+
7
+ ### Fixed
8
+
9
+ - relaxed dependency requirements to improve compatibility with other libraries
10
+
4
11
[ 1.1.0] ( ../../releases/tag/v1.1.0 ) - 2023-05-23
5
12
-----------------------------------------------
6
13
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " apify"
3
- version = " 1.1.0 "
3
+ version = " 1.1.1 "
4
4
description = " Apify SDK for Python"
5
5
readme = " README.md"
6
6
license = {text = " Apache Software License" }
@@ -23,17 +23,17 @@ classifiers = [
23
23
24
24
requires-python = " >=3.8"
25
25
dependencies = [
26
- " aiofiles ~= 23 .1.0" ,
27
- " aioshutil ~ = 1.3 " ,
28
- " apify-client ~ = 1.2.0" ,
29
- " colorama ~ = 0.4.6" ,
30
- " cryptography ~= 40 .0.2 " ,
31
- " httpx ~ = 0.24.1" ,
32
- " psutil ~ = 5.9.5" ,
33
- " pyee ~ = 9.1 .0" ,
34
- " sortedcollections ~ = 2.1.0 " ,
35
- " typing-extensions ~ = 4.6 .0" ,
36
- " websockets ~= 11.0.3 " ,
26
+ " aiofiles >= 22 .1.0" ,
27
+ " aioshutil > = 1.0 " ,
28
+ " apify-client > = 1.2.0" ,
29
+ " colorama > = 0.4.6" ,
30
+ " cryptography >= 39 .0.0 " ,
31
+ " httpx > = 0.24.1" ,
32
+ " psutil > = 5.9.5" ,
33
+ " pyee > = 9.0 .0" ,
34
+ " sortedcollections > = 2.0.1 " ,
35
+ " typing-extensions > = 4.1 .0" ,
36
+ " websockets >= 10.1 " ,
37
37
]
38
38
39
39
[project .optional-dependencies ]
You can’t perform that action at this time.
0 commit comments