File tree Expand file tree Collapse file tree 3 files changed +5
-16
lines changed Expand file tree Collapse file tree 3 files changed +5
-16
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ cffi>=1.16.0
5
5
future>=0.18.3
6
6
itsdangerous>=2.1.2
7
7
pbr>=5.11.1
8
- protobuf==3.20.3
8
+ protobuf==4.21.12
9
9
pyopenssl>=24.0.0
10
10
PyYAML>=6.0
11
11
pytz>=2025.2
Original file line number Diff line number Diff line change 1
1
#
2
-
3
- # This file is autogenerated by pip-compile with Python 3.11
2
+ # This file is autogenerated by pip-compile with Python 3.12
4
3
# by the following command:
5
-
6
4
#
7
5
# pip-compile --output-file=requirements.txt requirements.in
8
6
#
9
7
asn1 == 2.2.0
10
8
# via -r requirements.in
11
9
certifi == 2018.11.29
12
10
# via requests
13
-
14
11
cffi == 1.17.1
15
12
# via
16
13
# -r requirements.in
@@ -21,30 +18,25 @@ cryptography==44.0.2
21
18
# via
22
19
# -r requirements.in
23
20
# pyopenssl
24
-
25
21
deprecated == 1.2.18
26
22
# via -r requirements.in
27
23
future == 1.0.0
28
24
# via -r requirements.in
29
25
idna == 2.7
30
26
# via requests
31
-
32
27
iso8601 == 2.1.0
33
28
# via -r requirements.in
34
29
itsdangerous == 2.2.0
35
-
36
30
# via -r requirements.in
37
31
pbr == 6.1.1
38
32
# via -r requirements.in
39
- protobuf == 3.20.3
33
+ protobuf == 4.21.12
40
34
# via -r requirements.in
41
35
pycparser == 2.18
42
36
# via cffi
43
37
pyopenssl == 25.0.0
44
38
# via -r requirements.in
45
-
46
39
pytz == 2025.2
47
-
48
40
# via -r requirements.in
49
41
pyyaml == 6.0.2
50
42
# via -r requirements.in
@@ -65,6 +57,3 @@ wrapt==1.17.2
65
57
66
58
# The following packages are considered to be unsafe in a requirements file:
67
59
# setuptools
68
-
69
-
70
-
Original file line number Diff line number Diff line change 17
17
url = "https://github.com/getyoti/yoti-python-sdk" ,
18
18
author = "Yoti" ,
19
19
20
+ python_requires = ">=3.9" ,
20
21
install_requires = [
21
22
22
23
23
24
"asn1==2.2.0" , # still pinned due to enum34 issue
24
25
"cryptography>=42.0.0" ,
25
- "protobuf==3.20.3 " ,
26
+ "protobuf==4.21.12 " ,
26
27
"requests>=2.31.0" ,
27
28
"pyopenssl>=24.0.0" ,
28
29
"pytz>=2025.2" ,
58
59
"Operating System :: OS Independent" ,
59
60
"Intended Audience :: Developers" ,
60
61
"Programming Language :: Python" ,
61
-
62
62
"Programming Language :: Python :: 3.9" ,
63
63
"Programming Language :: Python :: 3.10" ,
64
64
"Programming Language :: Python :: 3.11" ,
You can’t perform that action at this time.
0 commit comments