diff --git a/CHANGES/1772.bugfix.rst b/CHANGES/1772.bugfix.rst new file mode 100644 index 00000000..084915d0 --- /dev/null +++ b/CHANGES/1772.bugfix.rst @@ -0,0 +1 @@ +Fixed Pydantic protected namespace warning for `model_custom_emoji_id` by adding `protected_namespaces=()` to `model_config`.