chore(dependencies): update telethon to version 1.42.0 and add qrcode dependency

This commit is contained in:
Daniil Isakov 2026-02-28 04:14:08 +03:00
parent 61924fb2a1
commit 876506e038

View file

@ -29,7 +29,8 @@ dependencies = [
"nest-asyncio>=1.6.0",
"python-dotenv>=1.1.0",
"python-json-logger>=3.3.0",
"telethon>=1.39.0"
"qrcode>=8.2",
"telethon>=1.42.0",
]
[project.urls]