Restrict 2.0 CLI version

This commit is contained in:
JRoot Junior 2024-08-17 17:00:10 +03:00
parent e1d9bd5839
commit f10414c1eb
No known key found for this signature in database
GPG key ID: 738964250D5FF6E2

View file

@ -71,7 +71,7 @@ i18n = [
"Babel~=2.13.0",
]
cli = [
"aiogram-cli>=1.1.0",
"aiogram-cli>=1.1.0,<2.0.0",
]
test = [
"pytest~=7.4.2",