mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fix protected namespace warning for model_custom_emoji_id (#1775)
* fix UserWarning, model_custom_emoji_id * Add changelog for #1772
This commit is contained in:
parent
f68c24d620
commit
bd75ae361e
2 changed files with 3 additions and 2 deletions
1
CHANGES/1772.bugfix.rst
Normal file
1
CHANGES/1772.bugfix.rst
Normal file
|
|
@ -0,0 +1 @@
|
|||
Fixed Pydantic protected namespace warning for `model_custom_emoji_id` by adding `protected_namespaces=()` to `model_config`.
|
||||
Loading…
Add table
Add a link
Reference in a new issue