mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
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:
parent
ab8af773cf
commit
6aa6e008c2
5 changed files with 147 additions and 10 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue