PythonのEnumでCallableな値を持ちたいと思ったことありませんか?(強引) そして実装してみるととある問題に直面しませんか? あれ…キー指定して呼び出そうとするとKeyError発生しないか…? つまりはこういうことです。 何故かKeyErrorが発生します。 回避策は ...
The Glean Python SDK is missing the CONTROL value in the MessageType enum, which causes Pydantic validation errors when the API returns messages with messageType ...