Support validating init data using only bot id.

This commit is contained in:
sheldy 2025-07-25 02:08:27 +02:00
parent ddcedadfbd
commit 99a3edd010
2 changed files with 72 additions and 0 deletions

View file

@ -74,6 +74,9 @@ i18n = [
cli = [
"aiogram-cli>=1.1.0,<2.0.0",
]
signature = [
"cryptography>=43.0.0",
]
test = [
"pytest~=7.4.2",
"pytest-html~=4.0.2",