mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Use datetime type for date fields, update aiohttp version
This commit is contained in:
parent
9b43a33b7f
commit
e0ab7d8bd3
8 changed files with 218 additions and 73 deletions
|
|
@ -39,7 +39,7 @@ classifiers = [
|
|||
[tool.poetry.dependencies]
|
||||
python = "^3.8"
|
||||
magic-filter = "^1.0.3"
|
||||
aiohttp = "^3.7.4"
|
||||
aiohttp = "^3.8.0"
|
||||
pydantic = "^1.8.2"
|
||||
aiofiles = "^0.7.0"
|
||||
# Fast
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue