[0.11.0] - 2026-05-29
Changed
- Widened Kedro dependency to
>0.18.4, <2.0to support both Kedro 0.19.x and 1.x - Updated minimum Python version to 3.9 and upper bound to <3.13
- Added compatibility shim for
AbstractConfigLoaderremoval in Kedro 1.x - Updated documentation: dynamic configuration examples now use
OmegaConfigLoaderwithoc.envresolver instead of deprecatedTemplatedConfigLoader
Removed
- Removed
ContextHelper16class (Kedro 0.16 compatibility — dead code since minimum is 0.18.4) - Removed
semverdependency (only used for obsolete version check)
Fixed
- Replaced Pydantic v1-only
pydantic.utils.deep_updateimport in tests with stdlib implementation - Fixed internal module path in
test_kfpclient.pyforKedroContextmock patch - Fixed mlflow-related tests to not require
mlflow/kedro_mlflowpackages installed (usingsys.modulesstubbing)
�