⬆ Upgrade constrain for SQLAlchemy = ">=1.4.17,<=1.4.41" (#371)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
Robert Rosca 2022-08-27 20:21:38 +02:00 committed by GitHub
parent ea18162391
commit c830c71e28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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