update aiogram; add channel sending

This commit is contained in:
2023-09-04 01:57:05 +03:00
parent 3f2f1ddc38
commit 1cab901188
3 changed files with 356 additions and 170 deletions

View File

@@ -8,7 +8,7 @@ packages = []
[tool.poetry.dependencies]
python = ">= 3.9 < 4.0"
aiogram = "^2.25.1"
aiogram = "^3.0.0"
python-dotenv = "^1.0.0"
httpx = "^0.23.3"
dataclasses-json = "^0.5.7"