Skip to content

Commit 3282163

Browse files
committed
keep older version for Python 3.8
1 parent b37884d commit 3282163

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

requirements-tests.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ fastapi >=0.103.2
99
httpx ==0.28.1
1010
dirty-equals ==0.9.0
1111
jinja2 ==3.1.6
12-
typing-extensions ==4.15.0
12+
# Remove when support for Python 3.8 is dropped
13+
typing-extensions ==4.13.2; python_version < "3.9"
14+
typing-extensions ==4.15.0; python_version >= "3.8"

0 commit comments

Comments
 (0)