Skip to content

Commit 5efb10a

Browse files
committed
SDK-2648 updated version of protobuf
1 parent af34005 commit 5efb10a

File tree

3 files changed

+5
-16
lines changed

3 files changed

+5
-16
lines changed

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cffi>=1.16.0
55
future>=0.18.3
66
itsdangerous>=2.1.2
77
pbr>=5.11.1
8-
protobuf==3.20.3
8+
protobuf==4.21.12
99
pyopenssl>=24.0.0
1010
PyYAML>=6.0
1111
pytz>=2025.2

requirements.txt

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
#
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
43
# by the following command:
5-
64
#
75
# pip-compile --output-file=requirements.txt requirements.in
86
#
97
asn1==2.2.0
108
# via -r requirements.in
119
certifi==2018.11.29
1210
# via requests
13-
1411
cffi==1.17.1
1512
# via
1613
# -r requirements.in
@@ -21,30 +18,25 @@ cryptography==44.0.2
2118
# via
2219
# -r requirements.in
2320
# pyopenssl
24-
2521
deprecated==1.2.18
2622
# via -r requirements.in
2723
future==1.0.0
2824
# via -r requirements.in
2925
idna==2.7
3026
# via requests
31-
3227
iso8601==2.1.0
3328
# via -r requirements.in
3429
itsdangerous==2.2.0
35-
3630
# via -r requirements.in
3731
pbr==6.1.1
3832
# via -r requirements.in
39-
protobuf==3.20.3
33+
protobuf==4.21.12
4034
# via -r requirements.in
4135
pycparser==2.18
4236
# via cffi
4337
pyopenssl==25.0.0
4438
# via -r requirements.in
45-
4639
pytz==2025.2
47-
4840
# via -r requirements.in
4941
pyyaml==6.0.2
5042
# via -r requirements.in
@@ -65,6 +57,3 @@ wrapt==1.17.2
6557

6658
# The following packages are considered to be unsafe in a requirements file:
6759
# setuptools
68-
69-
70-

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@
1717
url="https://github.com/getyoti/yoti-python-sdk",
1818
author="Yoti",
1919
author_email="[email protected]",
20+
python_requires=">=3.9",
2021
install_requires=[
2122

2223

2324
"asn1==2.2.0", # still pinned due to enum34 issue
2425
"cryptography>=42.0.0",
25-
"protobuf==3.20.3",
26+
"protobuf==4.21.12",
2627
"requests>=2.31.0",
2728
"pyopenssl>=24.0.0",
2829
"pytz>=2025.2",
@@ -58,7 +59,6 @@
5859
"Operating System :: OS Independent",
5960
"Intended Audience :: Developers",
6061
"Programming Language :: Python",
61-
6262
"Programming Language :: Python :: 3.9",
6363
"Programming Language :: Python :: 3.10",
6464
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)