]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
⬆ Bump typing-extensions from 4.13.2 to 4.15.0 for Python 3.9+ (#1580)
authorSofie Van Landeghem <svlandeg@users.noreply.github.com>
Fri, 26 Sep 2025 13:17:55 +0000 (15:17 +0200)
committerGitHub <noreply@github.com>
Fri, 26 Sep 2025 13:17:55 +0000 (15:17 +0200)
* bump typing-extensions to 4.15.0

* keep older version for Python 3.8

* fix

requirements-tests.txt

index 358c0933394756245cf8d0bd02eac6a9c10d5ea0..f6e826511d8ae04b93fe698157280a5b7666edef 100644 (file)
@@ -9,4 +9,6 @@ fastapi >=0.103.2
 httpx ==0.28.1
 dirty-equals ==0.9.0
 jinja2 ==3.1.6
-typing-extensions ==4.13.2
+# Remove when support for Python 3.8 is dropped
+typing-extensions ==4.13.2; python_version < "3.9"
+typing-extensions ==4.15.0; python_version >= "3.9"