mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
* #1579 Fixed `Default` object annotation resolution in `pydantic` models. Reformat code. * Bump mongo and Redis dependencies * Update pydantic version constraints based on Python version Adjusted the version constraints for the pydantic library in `pyproject.toml` to ensure compatibility with different Python versions. This helps maintain stability and compatibility across various development environments. * Adjust version * Fixed typo
This commit is contained in:
parent
b7d61b6379
commit
f9f847f603
5 changed files with 12 additions and 7 deletions
|
|
@ -32,6 +32,7 @@ from aiogram.types import (
|
|||
Message,
|
||||
MessageReactionCountUpdated,
|
||||
MessageReactionUpdated,
|
||||
PaidMediaPurchased,
|
||||
Poll,
|
||||
PollAnswer,
|
||||
PollOption,
|
||||
|
|
@ -42,7 +43,6 @@ from aiogram.types import (
|
|||
ShippingQuery,
|
||||
Update,
|
||||
User,
|
||||
PaidMediaPurchased,
|
||||
)
|
||||
from aiogram.types.error_event import ErrorEvent
|
||||
from tests.mocked_bot import MockedBot
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue