Fixed keyboard builder button typehint

This commit is contained in:
Alex Root Junior 2022-10-10 13:30:06 +03:00
parent b0f251a8b8
commit 2429e4a1ac
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
5 changed files with 44 additions and 44 deletions

View file

@ -11,5 +11,5 @@ magic-filter==1.0.9 ; python_version >= "3.8" and python_version < "4.0"
multidict==6.0.2 ; python_version >= "3.8" and python_version < "4.0"
pydantic==1.10.2 ; python_version >= "3.8" and python_version < "4.0"
pytz==2022.4 ; python_version >= "3.8" and python_version < "4.0"
typing-extensions==4.3.0 ; python_version >= "3.8" and python_version < "4.0"
typing-extensions==4.4.0 ; python_version >= "3.8" and python_version < "4.0"
yarl==1.8.1 ; python_version >= "3.8" and python_version < "4.0"