Skip to content

Commit e20160f

Browse files
committed
chore: update aiogram and pydantic
1 parent d83249a commit e20160f

File tree

2 files changed

+73
-44
lines changed

2 files changed

+73
-44
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies = [
1919
"fastapi>=0.115.12",
2020
"jdatetime>=5.2.0",
2121
"psutil==5.9.4",
22-
"pydantic>=2.11.3",
22+
"pydantic>=2.12.5",
2323
"python-dateutil>=2.8.2",
2424
"python-decouple>=3.6",
2525
"python-dotenv>=0.21.1",
@@ -36,7 +36,7 @@ dependencies = [
3636
"asyncmy>=0.2.10; sys_platform != 'win32'",
3737
"aiocache>=0.12.3",
3838
"textual[syntax]>=2.1.2",
39-
"aiogram>=3.19.0",
39+
"aiogram>=3.23.0",
4040
"aiohttp-socks>=0.10.1",
4141
"uvloop>=0.21.0; sys_platform != 'win32'",
4242
"aiorwlock>=1.5.0",

0 commit comments

Comments
 (0)