mirror of
https://github.com/PaiGramTeam/sqlmodel.git
synced 2025-02-08 03:26:47 +00:00
⬆ 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:
parent
ea18162391
commit
c830c71e28
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user