remove date dumping to isoformat, add pydantic 1.9 support

This commit is contained in:
collerek
2022-01-03 18:23:22 +01:00
parent 14b30baf40
commit aab46de800
7 changed files with 193 additions and 160 deletions

View File

@ -43,8 +43,8 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.6.2"
databases = ">=0.3.2,<0.5.4"
pydantic = ">=1.6.1,!=1.7,!=1.7.1,!=1.7.2,!=1.7.3,!=1.8,!=1.8.1,<=1.8.2"
SQLAlchemy = ">=1.3.18,<1.4.29"
pydantic = ">=1.6.1,!=1.7,!=1.7.1,!=1.7.2,!=1.7.3,!=1.8,!=1.8.1,<=1.9.1"
SQLAlchemy = ">=1.3.18,<=1.4.29"
asyncpg = { version = ">=0.24,<0.26", optional = true }
psycopg2-binary = { version = "^2.9.1", optional = true }
aiomysql = { version = ">=0.0.21,<0.0.23", optional = true }