Support validating init data using only bot id. (#1715)

* Support validating init data using only bot id.

* Add changes file.

* Add tests.

* Install `signature` dependencies in CI.
This commit is contained in:
sheldy 2025-08-17 18:15:23 +02:00 committed by GitHub
parent ab8af773cf
commit 6aa6e008c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 147 additions and 10 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",