Version Bump v10.1.0

This commit is contained in:
2022-04-02 09:55:51 +05:30
parent 13e19162a0
commit ef27e92674
5 changed files with 78 additions and 47 deletions

View File

@ -6,9 +6,9 @@ authors = ["tanshu <git@tanshu.com>"]
[tool.poetry.dependencies]
python = "^3.8"
pydantic = {extras = ["dotenv"], version = "^1.8.2"}
arq = "^0.20"
aiohttp = "^3.7.4"
pydantic = {extras = ["dotenv"], version = "^1.9.0"}
arq = "^0.22"
aiohttp = "^3.8.1"
aioredis = "^1.3.1"
[build-system]