v0.21.2
Patch Changes
- 58be846: Enforce
snowflakeIdschema on all Snowflake ID parameters (channel_id,guild_id,author_id) insearch_messagesandsend_embedtools. Previously these used barez.string()which lacked the^\d{17,20}$pattern validation, causing callers that pass 19-digit integer IDs to hit type coercion errors.