- Revert `dpath` dependency bump introduced by [940](https://github.com/openfisca/openfisca-core/pull/940) - Fix bug in period interpretation by Web API ([openfisca-france1413](https://github.com/openfisca/openfisca-france/issues/1413))
34.7.1
_Note: this version has been unpublished due to an issue introduced by dpath upgrade. Please use 34.7.2 or a more recent version._
Technical changes
- Update dependencies: dpath, autopep8
34.7.0
Deprecations
- Deprecate `Dummy`. - The functionality is now directly provided by `empty_clone`.
Technical changes
- Refactor abstract scales to use Python's `abc` lib. - This allows for consistent inheritance, which wasn't the case before.
34.6.11
Technical changes
- Fixes web api loading to match latest `Werkzeug` dependency revision (`1.0.0`) - Details: - Preserve not merging double slashes by default. - Update `ProxyFix` module loading and initialising arguments.