mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
* Update pydantic, fix errors and warnings (all?) * Fixed typehints * Reformat code, removed unused imports * Fixed typing extensions version compatibility * Fixed coverage * Describe changes * Regen code
6 lines
237 B
ReStructuredText
6 lines
237 B
ReStructuredText
Updated `Pydantic to V2 <https://docs.pydantic.dev/2.0/migration/>`_
|
|
|
|
.. warning::
|
|
|
|
Be careful, not all libraries is already updated to using V2
|
|
(for example at the time, when this warning was added FastAPI still not support V2)
|