Skip to content

Commit

Permalink
[nrfconnect] Added typing_extenstions to nrfconnect requirements
Browse files Browse the repository at this point in the history
The factory data script started to fail with Python 3.12.
Adding typing_extensions to requirements fixes the issue.
  • Loading branch information
kkasperczyk-no committed Jul 19, 2024
1 parent e73235a commit 66c0989
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ types-protobuf==4.24.0.2
# via
# -r requirements.all.txt
# mypy-protobuf
typing-extensions==4.5.0
typing-extensions==4.6.0
# via mypy
urllib3==1.26.14
# via requests
Expand Down
1 change: 1 addition & 0 deletions scripts/setup/requirements.nrfconnect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ cbor2>=5.4.3
ecdsa>=0.18.0
qrcode==7.4.2
python_stdnum==1.18
typing-extensions>=4.6.0

0 comments on commit 66c0989

Please sign in to comment.