⬆️ Upgrade support for SQLAlchemy 1.4.49, update tests (#519)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Sandro Tosi
2023-10-23 07:22:10 -04:00
committed by GitHub
parent d281a0fa9f
commit d1cf613461
5 changed files with 49 additions and 9 deletions

View File

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