Skip to content

Commit 27a961e

Browse files
[nrfconnect] Added typing_extenstions to nrfconnect requirements
The factory data script started to fail with Python 3.12. Adding typing_extensions to requirements fixes the issue.
1 parent e73235a commit 27a961e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/setup/requirements.nrfconnect.txt

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ cbor2>=5.4.3
55
ecdsa>=0.18.0
66
qrcode==7.4.2
77
python_stdnum==1.18
8+
typing-extensions==4.6.0

0 commit comments

Comments
 (0)