Significant perfomance improve about x10 more times. Replace pydantic to msgspec.

This commit is contained in:
mor 2023-05-11 13:20:55 +03:00
parent cf269e15f4
commit b1ba862539
141 changed files with 695 additions and 617 deletions

View file

@ -6,10 +6,10 @@ import pytest
from aiogram.utils.link import (
BRANCH,
create_channel_bot_link,
create_telegram_link,
create_tg_link,
docs_url,
create_channel_bot_link,
)