What's Changed
* add group_overrides dynamic configuration (reddit-decider 1.3.0)
* add no variant (`None`) override support (reddit-decider 1.3.0)
* Set default `timeout` for `path` watched to `30 seconds` by mrlevitas in https://github.com/reddit/experiments.py/pull/110
bug fixes:
* Move `_internal` check for DCs prior to call by mrlevitas in https://github.com/reddit/experiments.py/pull/111
* Bump Decider (re-enable `PartialLoad` error), update version in docs + tests by mrlevitas in https://github.com/reddit/experiments.py/pull/109
From yanked 1.5.1 & 1.6.0 versions:
* bump `reddit-decider` to 1.4.1 to fix bugs below in `reddit-experiments > v1.4.1, < 1.7.0`:
* bubble up `PartialLoad` Rust Error correctly if `bucket_val` is missing in feature config (instead of panicking)
* respect `enabled` for DCs
* fix `T` TypeVar by mrlevitas in https://github.com/reddit/experiments.py/pull/106
* Update docs: use `internal_decider()` if w/o `edge_context` by mrlevitas in https://github.com/reddit/experiments.py/pull/104
* Remove `"Feature 'X' not found"` log by mrlevitas in https://github.com/reddit/experiments.py/pull/108
* Update Rust decider by aleksgapp in https://github.com/reddit/experiments.py/pull/107
* chore: add test that overrides work w/ custom context fields under other_fields
* map feature_rollout type to range_variant
* add no variant override support
**Full Changelog**: https://github.com/reddit/experiments.py/compare/v1.4.1...v1.7.0