From: Daniil Fajnberg <60156134+daniil-berg@users.noreply.github.com> Date: Mon, 23 Oct 2023 09:39:55 +0000 (+0000) Subject: ⬆ Raise SQLAlchemy version requirement to at least `1.4.29` (related to #434) (#439) X-Git-Tag: 0.0.9~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9511c4677db5370ccc2fb320e83eb1730f7e1d80;p=thirdparty%2Ffastapi%2Fsqlmodel.git ⬆ Raise SQLAlchemy version requirement to at least `1.4.29` (related to #434) (#439) Co-authored-by: Sebastián Ramírez --- diff --git a/pyproject.toml b/pyproject.toml index 7aa9f968..cd59bd4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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}