]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
⬆ Raise SQLAlchemy version requirement to at least `1.4.29` (related to #434) (#439)
authorDaniil Fajnberg <60156134+daniil-berg@users.noreply.github.com>
Mon, 23 Oct 2023 09:39:55 +0000 (09:39 +0000)
committerGitHub <noreply@github.com>
Mon, 23 Oct 2023 09:39:55 +0000 (13:39 +0400)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
pyproject.toml

index 7aa9f968857f44bb7cb027991cb58092aba1c1fb..cd59bd4cf4bd53f0246d1229c69d6bb481352af9 100644 (file)
@@ -31,7 +31,7 @@ classifiers = [
 
 [tool.poetry.dependencies]
 python = "^3.7"
-SQLAlchemy = ">=1.4.17,<=1.4.41"
+SQLAlchemy = ">=1.4.29,<=1.4.41"
 pydantic = "^1.8.2"
 sqlalchemy2-stubs = {version = "*", allow-prereleases = true}