Fix compatibility with pydantic 1.5 (temporary)

This commit is contained in:
Alex Root Junior 2020-04-28 12:07:01 +03:00
parent 01c6303d67
commit e9fef19129
5 changed files with 117 additions and 77 deletions

View file

@ -34,7 +34,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.7"
aiohttp = "^3.6"
pydantic = "^1.2"
pydantic = "^1.5"
Babel = "^2.7"
aiofiles = "^0.4.0"
uvloop = {version = "^0.14.0", markers = "sys_platform == 'darwin' or sys_platform == 'linux'", optional = true}