Skip to content

Commit 8bfa3e0

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

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

.github/workflows/sonar.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
- run: pip install -e .[dev]
2121

2222
- run: pytest --cov=yoti_python_sdk yoti_python_sdk/tests --cov-report=xml:coverage-reports/coverage-new.xml
23+
env:
24+
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION: python
2325

2426
- run: sed -i 's@'$GITHUB_WORKSPACE'@/github/workspace/@g' coverage-reports/coverage-new.xml
2527

.github/workflows/tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
- run: pip install -e .[dev]
2525

2626
- run: pytest -v
27+
env:
28+
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION: python
2729

2830
examples:
2931
name: Check Examples

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==4.21.12
8+
protobuf>=4.21.12
99
pyopenssl>=24.0.0
1010
PyYAML>=6.0
1111
pytz>=2025.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
"asn1==2.2.0", # still pinned due to enum34 issue
2525
"cryptography>=42.0.0",
26-
"protobuf==4.21.12",
26+
"protobuf>=4.21.12",
2727
"requests>=2.31.0",
2828
"pyopenssl>=24.0.0",
2929
"pytz>=2025.2",

0 commit comments

Comments
 (0)