python-sdk/open_feature
Tom Carrio ca0b6f48a8 feat: process flag evaluation options in client
- performs validation of options as dictionary before pulling hooks and hints
- introduces immutable dictionary extension of dict following naming from 3.12 release
- documented "upgrade" process for MappingProxyType

Signed-off-by: Tom Carrio <tom@carrio.dev>
2022-11-07 21:46:16 -05:00
..
evaluation_context
exception
flag_evaluation feat: Add metadata to providers (#26) 2022-10-18 16:34:06 +04:00
hooks fix: Unit tests (#28) 2022-11-02 16:24:16 +04:00
immutable_dict feat: process flag evaluation options in client 2022-11-07 21:46:16 -05:00
provider feat: Add metadata to providers (#26) 2022-10-18 16:34:06 +04:00
__init__.py
open_feature_api.py
open_feature_client.py feat: process flag evaluation options in client 2022-11-07 21:46:16 -05:00
open_feature_evaluation_context.py