mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
fix: fix pydantic version
This commit is contained in:
parent
c3dc6fe7a8
commit
3fd18c3ed6
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ classifiers = [
|
|||
dependencies = [
|
||||
"magic-filter~=1.0.11",
|
||||
"aiohttp~=3.8.5",
|
||||
"pydantic>=2.1.1,<3",
|
||||
"pydantic>=2.1.1,<2.4",
|
||||
"aiofiles~=23.1.0",
|
||||
"certifi>=2023.7.22",
|
||||
"typing-extensions~=4.7.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue