Skip to content

Commit 1faefe8

Browse files
authored
⬆ Bump typing-extensions from 4.13.2 to 4.15.0 for Python 3.9+ (#1580)
* bump typing-extensions to 4.15.0 * keep older version for Python 3.8 * fix
1 parent 935d896 commit 1faefe8

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.13.2
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.9"

0 commit comments

Comments
 (0)