Skip to content

Commit 395b93e

Browse files
Pin typing extensions version
1 parent df62464 commit 395b93e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

tools/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies = [
2323
"tqdm",
2424
"tabulate",
2525
"requests>=2.20",
26-
"typing-extensions",
26+
"typing-extensions>=4.4.0",
2727
"pyserial",
2828
"appdirs",
2929
"pyjson5>=1.6",

tools/python_tests/mbed_tools/devices/_internal/darwin/test_system_profiler.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
# Copyright (c) 2020-2021 Arm Limited and Contributors. All rights reserved.
33
# SPDX-License-Identifier: Apache-2.0
44
#
5+
6+
from __future__ import annotations
7+
58
import plistlib
69
from unittest import TestCase, mock
710

0 commit comments

Comments
 (0)