mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
feat(handler): requirement class
implement POC of "smart defaults", pin newest pydantic 1.5.1 (resolves issue with BaseFilter signature inspection)
This commit is contained in:
parent
de3c5c1a8d
commit
32ffda2eb7
6 changed files with 238 additions and 21 deletions
|
|
@ -34,7 +34,7 @@ classifiers = [
|
|||
[tool.poetry.dependencies]
|
||||
python = "^3.7"
|
||||
aiohttp = "^3.6"
|
||||
pydantic = "^1.5"
|
||||
pydantic = "^1.5.1"
|
||||
Babel = "^2.7"
|
||||
aiofiles = "^0.4.0"
|
||||
uvloop = {version = "^0.14.0", markers = "sys_platform == 'darwin' or sys_platform == 'linux'", optional = true}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue