⬆ Raise SQLAlchemy version requirement to at least 1.4.29 (related to #434) (#439)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
Daniil Fajnberg 2023-10-23 09:39:55 +00:00 committed by GitHub
parent c25a8cb89b
commit 9511c4677d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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